Ajout editorconfig + tnef

This commit is contained in:
Benjamin VAUDOUR 2022-03-18 13:09:30 +01:00
parent c70fe4ea35
commit 6fdff9d140
2 changed files with 66 additions and 0 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true