1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Prevent IntelliJ IDEA from generating spaces for indentation

This commit is contained in:
Lars Grefer
2019-08-12 22:54:30 +02:00
committed by Rob Winch
parent 4ed197e515
commit ee9a3a2fa8
+6
View File
@@ -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