Skip to content

Commit

Permalink
Fix references to indent_size
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk committed Aug 9, 2015
1 parent 2d54021 commit 226ddcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Expand Up @@ -8,11 +8,11 @@ trim_trailing_whitespace = true

[*.{js,css}]
indent_style = tab
indent_side = 4
indent_size = 4

[{.*,package.json,.travis.yml}]
indent_style = space
indent_style = 2
indent_size = 2

[*.md]
trim_trailing_whitespace = false

0 comments on commit 226ddcf

Please sign in to comment.