oh_my_loam/.clang-format

12 lines
242 B
Plaintext
Raw Normal View History

2021-07-05 23:41:34 +08:00
---
BasedOnStyle: Google
---
Language: Cpp
DerivePointerAlignment: false
PointerAlignment: Right
BreakBeforeBraces: Attach
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: true
Cpp11BracedListStyle: true
Standard: Cpp11