blob: b88d2852d105a779a196a71f08aadf96a708a9ef (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Linux-like style
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: true
IndentCaseLabels: false
# Force pointers to the type
DerivePointerAlignment: false
PointerAlignment: Left
|