Browse Source

Set maximum column count per line

BearishSun 8 years ago
parent
commit
034704e03a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .editorconfig

+ 1 - 0
.editorconfig

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