Updated .editorconfig.

This commit is contained in:
Branimir Karadzic
2014-11-15 16:19:12 -08:00
parent 4ac8bd31bc
commit f99ea6dfd2

View File

@@ -1,3 +1,5 @@
root = true
[*] [*]
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4
@@ -8,3 +10,4 @@ trim_trailing_whitespace = true
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
max_line_length = 80