JSON fileのインデント幅を指定

ただしcomposer.jsonは4 spaceを使うので、据え置く
This commit is contained in:
shibafu 2019-06-24 20:05:14 +09:00
parent f729fa7908
commit 1e11bd3290
1 changed files with 6 additions and 0 deletions

View File

@ -13,3 +13,9 @@ trim_trailing_whitespace = false
[*.yml]
indent_size = 2
[*.json]
indent_size = 2
[composer.json]
indent_size = 4