Add editor config

This commit is contained in:
Guus Waals 2025-05-27 00:20:35 +08:00
parent e4325de092
commit fd4546c1f0
1 changed files with 15 additions and 0 deletions

15
tooling2/.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.{cpp,hpp,h,c,cc,cxx}]
indent_style = space
indent_size = 2
[*.{json,yml,yaml}]
indent_style = space
indent_size = 2