Initial release

This commit is contained in:
civ
2026-08-16 18:24:52 +07:00
commit 876886a39a
13244 changed files with 2353959 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
root = true
[*]
charset = utf-8
end_of_line =
insert_final_newline = true
vc_generate_documentation_comments = doxygen_slash_star
[*.{c,h,cpp,hpp,m,mm,js}]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[CMakeLists.txt]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.cmake]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true