Skip to content

Commit

Permalink
EditotConfig: Relax 2 space indentation rule to only the `package.jso…
Browse files Browse the repository at this point in the history
…n` and `*.yml` files.

This is a partial revert of WordPress@7c9cfe4, originally it was added so that it was in sync with WordPress' `.editorconfig`, rather WordPress should follow suit of how it's done here.
  • Loading branch information
ntwb committed Jun 7, 2017
1 parent 378f441 commit 330c626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

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

Expand Down

0 comments on commit 330c626

Please sign in to comment.