Skip to content

Commit 8053724

Browse files
committed
Prevent IntelliJ IDEA from generating spaces for indentation
1 parent cfef52f commit 8053724

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ indent_style = tab
1414
indent_size = 4
1515
charset = latin1
1616
continuation_indent_size = 8
17+
18+
ij_smart_tabs = false
19+
ij_java_align_multiline_parameters = false
20+
21+
[*.gradle]
22+
indent_style = tab

0 commit comments

Comments
 (0)