projet-long/.editorconfig
Your Name cae795b9ad chore: cleaned the repo
Former-commit-id: 7507ab86f58012d749e0752ea2cb05937d3d8a32
2022-06-27 15:28:28 +02:00

16 lines
262 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{json,toml}]
indent_size = 2