浏览代码

Set maximum column count per line

BearishSun 8 年之前
父节点
当前提交
034704e03a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .editorconfig

+ 1 - 0
.editorconfig

@@ -3,6 +3,7 @@ root = true;
 [*]
 [*]
 indent_style = tab
 indent_style = tab
 indent_size = 4
 indent_size = 4
+max_line_length=125
 
 
 [*.cs]
 [*.cs]
 indent_style = space
 indent_style = space