Some basic file configs

This commit is contained in:
2023-09-08 10:07:34 -04:00
parent 41ba058636
commit 0d672d670c
3 changed files with 44 additions and 1 deletions

21
.editorconfig Normal file
View File

@ -0,0 +1,21 @@
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
[*.{natvis, natstepfilter}]
indent_style = tab
indent_size = 4