lwqq/.clang-format

10 lines
138 B
Plaintext
Raw Normal View History

2015-02-02 23:25:08 +08:00
---
BasedOnStyle: WebKit
IndentWidth: 3
---
Language: Cpp
PointerAlignment: Left
ColumnLimit: 80
AllowShortBlocksOnASingleLine: true
2015-02-02 23:25:08 +08:00
...