Skip to content

Commit

Permalink
chore: use 2 spaces indentation for JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 9, 2016
1 parent 63ae723 commit 225fc52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
root = true

[*.{js,json}]
[*.js]
indent_style=tab
trim_trailing_whitespace=true

[*.json]
indent_style = space
indent_size = 2

0 comments on commit 225fc52

Please sign in to comment.