Sync/.clang-format

11 lines
173 B
Plaintext
Raw Normal View History

2019-04-03 21:46:58 +00:00
---
DerivePointerAlignment: 'true'
SpaceBeforeParens: ControlStatements
UseTab: ForIndentation
IndentWidth: 2
TabWidth: 2
ColumnLimit: 120
BreakBeforeBraces: Attach
...