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

14 lines
191 B
INI
Raw Normal View History

2023-03-01 18:47:59 +00:00
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.yml]
indent_style = space
indent_size = 2