Set indent size in JSON files to 2

This commit is contained in:
silverpill 2021-09-14 13:35:41 +00:00
parent fdef4b6e6a
commit 51722ba808

View file

@ -7,6 +7,9 @@ trim_trailing_whitespace = true
[*.rs]
indent_size = 4
[*.json]
indent_size = 2
[*.yaml]
indent_size = 2