blob: 9854c77e4491ed09d696d10a3dc2d720a844b8da (
plain) (
blame)
1
2
3
4
5
6
7
8
|
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
ColumnLimit: 100
BreakBeforeBraces: Allman
AccessModifierOffset: -4
AllowShortFunctionsOnASingleLine: Inline
SortIncludes: false
|