1
0
Fork 0
mirror of https://github.com/GuerillaStudio/compteur-de-greve.git synced 2024-10-09 05:19:02 +00:00

Complete editorconfig for JSON

This commit is contained in:
Tixie 2023-03-01 20:39:52 +01:00
parent ec7a593e24
commit 34cd5b5b60

View file

@ -18,3 +18,7 @@ trim_trailing_whitespace = false
[*.{yml,yaml}] [*.{yml,yaml}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
[*.json]
indent_style = space
indent_size = 2