This commit is contained in:
2026-09-01 15:29:44 -04:00
commit f172014102
422 changed files with 114388 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# See <http://EditorConfig.org> for details
[*.{h,hpp,inl}]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = space