forked from M-Labs/nac3
1
0
Fork 0

core: add .clang-format

This commit is contained in:
lyken 2024-07-22 10:55:41 +08:00
parent 1f19a8b54b
commit b8b9a589f8
1 changed files with 3 additions and 0 deletions

3
.clang-format Normal file
View File

@ -0,0 +1,3 @@
BasedOnStyle: Google
IndentWidth: 4
ReflowComments: false