initial commit

This commit is contained in:
2025-05-25 18:45:24 -04:00
commit b32fdffb93
6 changed files with 99 additions and 0 deletions

31
.editorconfig Normal file
View File

@ -0,0 +1,31 @@
root = true
[*.refactor]
indent_style = space
indent_size = 4
[*.md]
indent_style = space
indent_size = 4
[*.{h, c, hpp, cpp}]
indent_style = tab
indent_size = 4
[*.{ps1, psm1}]
indent_style = tab
indent_size = 4
[*.odin]
indent_style = tab
indent_size = 2
charset = utf-8
[*.asm]
indent_style = tab
indent_size = 2
charset = utf-8
[*.{natvis, natstepfilter}]
indent_style = tab
indent_size = 4