Some basic file configs

This commit is contained in:
Edward R. Gonzalez 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

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
.idea
.vs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
vc140.pdb

View File

@ -1 +1,4 @@
# HandmadeHero
Any code I do for this series will be here.