add editorconfig to trim trailing whitespaces

This commit is contained in:
matcool
2025-05-23 15:45:43 -03:00
parent 352a030a7d
commit b8aa09e597

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
# EditorConfig is awesome: https://editorconfig.org
# top-most EditorConfig file
root = true
[*.{cpp,hpp,h,c,md,toml,json}]
charset = utf-8
trim_trailing_whitespace = true