1
0
Fork 0
forked from Deuxfleurs/site

Ajout d'un editorconfig file

cf https://editorconfig.org
This commit is contained in:
Tixie 2024-06-07 14:41:56 +02:00
parent 354c350375
commit 74ae837d07
No known key found for this signature in database

21
.editorconfig Normal file
View file

@ -0,0 +1,21 @@
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8
[*.{html,css,js}]
indent_style = space
indent_size = 2
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false