[clang-format] 增加clang-format格式化配置,通过ide或者手动运行tools/run-clang-format.py进行代码自动格式化

This commit is contained in:
latercomer
2024-04-21 01:18:37 -04:00
committed by Meco Man
parent 299f6e8ece
commit 3ff2b08d82
8 changed files with 765 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Available style options are described in https://clang.llvm.org/docs/ClangFormatStyleOptions.html
#
# An easy way to create the .clang-format file is:
#
# clang-format -style=llvm -dump-config > .clang-format
#
---
Language: Cpp
DisableFormat: true
---