Browse Source

Prevent IntelliJ IDEA from generating spaces for indentation

Lars Grefer 6 năm trước cách đây
mục cha
commit
ee9a3a2fa8
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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