备份一下clang配置 差点丢了.

---
# We'll use defaults Microsoft from the LLVM style, but with 4 columns indentation.
BasedOnStyle: Microsoft
IndentWidth: 4
ColumnLimit: 0
---
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left

---
Language: JavaScript
# Use 100 columns for JS.
ColumnLimit: 0
---
Language: Proto
# Don't format .proto files.
DisableFormat: true
---
Language: CSharp
# Use 100 columns for C#.
ColumnLimit: 100
posted @ 2022-05-20 00:37  马肯尼煤牙巴骨  阅读(28)  评论(0)    收藏  举报