JSON fileのインデント幅を指定
ただしcomposer.jsonは4 spaceを使うので、据え置く
This commit is contained in:
parent
f729fa7908
commit
1e11bd3290
@ -13,3 +13,9 @@ trim_trailing_whitespace = false
|
|||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.json]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[composer.json]
|
||||||
|
indent_size = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user