core: add .clang-format

This commit is contained in:
lyken 2024-07-22 10:55:41 +08:00
parent 3f0e7e28b8
commit 31d0fdd818

3
.clang-format Normal file
View File

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