Build: Switch package.json to using tabs for indents.

Props netweb.
Fixes #43075.


git-svn-id: https://develop.svn.wordpress.org/trunk@42460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2018-01-16 03:54:10 +00:00
parent 842b3a2378
commit 01d5469e73
2 changed files with 42 additions and 42 deletions

View File

@ -13,7 +13,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
[{package.json,*.yml}]
[*.yml]
indent_style = space
indent_size = 2