Create .editorconfig

This commit is contained in:
Alexandre
2025-06-10 10:08:28 +02:00
committed by GitHub
parent 28d2d9a220
commit 6c4c996943

11
.github/.editorconfig vendored Normal file
View File

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