Browse Source

Prevent IntelliJ IDEA from generating spaces for indentation

Lars Grefer 6 years ago
parent
commit
ee9a3a2fa8
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .editorconfig

+ 6 - 0
.editorconfig

@@ -14,3 +14,9 @@ indent_style = tab
 indent_size = 4
 charset = latin1
 continuation_indent_size = 8
+
+ij_smart_tabs = false
+ij_java_align_multiline_parameters = false
+
+[*.gradle]
+indent_style = tab