Move tooling

This commit is contained in:
2025-05-27 00:31:02 +08:00
parent c2397e8e24
commit 84ebde858e
15 changed files with 2 additions and 2 deletions

15
tooling/.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