1
0
Fork 0
mirror of https://github.com/GuerillaStudio/compteur-de-greve.git synced 2024-12-18 05:41:56 +00:00

Complete editorconfig for JSON

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

View file

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