Skip to content

Commit

Permalink
spaces is not a valid editorconfig value, doh, you'd think I know better
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 2, 2014
1 parent bd6b0a6 commit e73b581
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .editorconfig
Expand Up @@ -9,17 +9,17 @@ indent_style = tab
indent_size = 4

[*.js]
indent_style = spaces
indent_style = space
indent_size = 2

[*.fsx]
indent_style = spaces
indent_style = space
indent_size = 4

[*.markdown]
indent_style = spaces
indent_style = space
indent_size = 2

[*.json]
indent_style = spaces
indent_style = space
indent_size = 2

0 comments on commit e73b581

Please sign in to comment.