blob: c033b363cb0bfc8519b110053674abb429eecbc8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
BasedOnStyle: LLVM
AllowShortIfStatementsOnASingleLine: Always
AllowShortBlocksOnASingleLine: 'true'
AllowShortLoopsOnASingleLine: 'true'
BreakBeforeBraces: Stroustrup
ColumnLimit: '120'
UseTab: Never
...
|