Browse Source

Do not set indent_size by default

pull/15/head
10sr 9 years ago
parent
commit
c275cf1f5f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .editorconfig

+ 2
- 2
.editorconfig View File

@@ -2,8 +2,8 @@ root = true

[*]
indent_style = space
indent_size = 2
tab_width = 4
#indent_size = 2
#tab_width = 4

end_of_line = lf
#charset = utf-8


Loading…
Cancel
Save