Add .editorconfig

This commit is contained in:
yohannd1 2024-12-19 16:11:01 -03:00 committed by tildearrow
parent 73c263c2b4
commit 2e92318bd2

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*.{cpp,h}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = false