Added .clang-format and .gitignore
This commit is contained in:
parent
157d24ca15
commit
0a4294ef24
4
.clang-format
Executable file
4
.clang-format
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
BasedOnStyle: Microsoft
|
||||||
|
IndentCaseLabels: true
|
||||||
|
UseTab: true
|
||||||
|
IndentWidth: 4
|
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
samples/*.class
|
||||||
|
build
|
||||||
|
compile_commands.json
|
||||||
|
.cache
|
Loading…
Reference in New Issue
Block a user