Skip to content

Commit

Permalink
Fix indent style in .editorconfig
Browse files Browse the repository at this point in the history
According to http://gruntjs.com/contributing#syntax, indents should use two spaces
  • Loading branch information
timkendrick committed Mar 25, 2015
1 parent fc7700e commit 5b4c6da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Expand Up @@ -2,7 +2,8 @@
root = true

[*]
indent_style = tab
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down

0 comments on commit 5b4c6da

Please sign in to comment.