Use two spaces for all JSON files

This commit is contained in:
James Brooks 2018-04-02 18:00:22 +01:00
parent 4b893eeaf5
commit f35c949d12

View File

@ -11,5 +11,5 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[{package.json,*.yml}]
[{*.json,*.yml}]
indent_size = 2