浏览代码

Updated .editorconfig.

Branimir Karadzic 11 年之前
父节点
当前提交
f99ea6dfd2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

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