Commit 15cc0328e9ae0845900cf6f3d613eaedfd22b538

Authored by Ryan Glover
1 parent aa51e352f0
Exists in master

remove erroneous comments and settings from .editorconfig

Showing 1 changed file with 0 additions and 11 deletions   Show diff stats
1   -# EditorConfig – Follow the rules, hippie.
2   -# Make sure to install the plugin for your editor: http://editorconfig.org/#download (we use SublimeText or Atom).
3   -# http://editorconfig.org
4   -
5   -# Root
6 1 root = true
7 2  
8 3 [*]
... ... @@ -13,11 +8,5 @@ charset = utf-8
13 8 trim_trailing_whitespace = true
14 9 insert_final_newline = true
15 10  
16   -[*.js]
17   -indent_size = 2
18   -
19   -[*.coffee]
20   -indent_size = 2
21   -
22 11 [*.md]
23 12 trim_trailing_whitespace = false
... ...