Added .clang-format and .gitignore

This commit is contained in:
calcium 2024-08-19 10:19:30 -04:00
parent 157d24ca15
commit 644035d3b3
2 changed files with 8 additions and 0 deletions

4
.clang-format Executable file
View File

@ -0,0 +1,4 @@
BasedOnStyle: Microsoft
IndentCaseLabels: true
UseTab: true
IndentWidth: 4

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
samples/*.class
build
compile_commands.json
.cache