Commit e8df3345 by Andrew Nesbitt

Merge pull request #402 from keithamus/editorconfig-improvements

Editorconfig improvements
parents 9dc2617d 3a29ac6b
...@@ -4,8 +4,9 @@ ...@@ -4,8 +4,9 @@
root = true root = true
[*] [*]
end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
indent_style = spaces indent_style = space
indent_size = 2 indent_size = 2
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