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

This commit is contained in:
Tixie 2023-03-01 20:19:09 +01:00
parent 07eb7f5783
commit 9ec735e7a1

View file

@ -8,6 +8,13 @@ insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.yml]
[*.{scss,css}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_style = space
indent_size = 2