Add editorcongif file and edit indentation style

This commit is contained in:
Paul Nicoué 2022-07-07 17:09:48 +02:00
parent 4ce2c3e214
commit 445db7d1bf
15 changed files with 1301 additions and 1291 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false