style: fix editorconfig to preserve formating in IntelliJ Idea

This commit is contained in:
Skylot
2019-03-29 12:42:02 +03:00
parent 2caac21b73
commit 8e279f55f1
+2
View File
@@ -7,9 +7,11 @@ insert_final_newline = true
indent_style = tab
tab_width = 4
continuation_indent_size = 8 #IntelliJ Idea specific workaround
charset = utf-8
trim_trailing_whitespace = true
max_line_length = 120
[*.xml]
indent_size = 1