Browse Source

Updated .editorconfig.

Branimir Karadzic 11 years ago
parent
commit
f99ea6dfd2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

@@ -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