init tick 분리

This commit is contained in:
2025-05-26 02:07:44 +09:00
commit c0ed33ca17
52 changed files with 11767 additions and 0 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
root = true
[*.{cpp,h,hpp,c}]
indent_style = space
indent_size = 2
insert_final_newline = true
tab_width = 2
charset = utf-8
trim_trailing_whitespace = true
[*.{vert,frag,glsl}]
indent_style = space
indent_size = 4
tab_width = 4