Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
package.json will always use 2 spaces indent
Browse files Browse the repository at this point in the history
  • Loading branch information
rhutchison committed Jul 5, 2015
1 parent 00a4668 commit 73be794
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ indent_style = tab
# Standard at:
[Makefile]
indent_style = tab

# The indentation in package.json will always need to be 2 spaces
# https://github.com/npm/npm/issues/4718
[package.json, bower.json]
indent_style = space
indent_size = 2

0 comments on commit 73be794

Please sign in to comment.