feat: Add lint to normalize file syntaxe

This commit is contained in:
2023-05-17 16:44:21 +02:00
parent 05e9a05c5e
commit dc3dbb9f64
9 changed files with 3430 additions and 67 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true