Commit 8e279f55 authored by Skylot's avatar Skylot

style: fix editorconfig to preserve formating in IntelliJ Idea

parent 2caac21b
...@@ -7,9 +7,11 @@ insert_final_newline = true ...@@ -7,9 +7,11 @@ insert_final_newline = true
indent_style = tab indent_style = tab
tab_width = 4 tab_width = 4
continuation_indent_size = 8 #IntelliJ Idea specific workaround
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
max_line_length = 120
[*.xml] [*.xml]
indent_size = 1 indent_size = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment