]> git.sur5r.net Git - minitube/blob - .clang-format
2409f5264e9741d0beeea790d540a279b4b8d4da
[minitube] / .clang-format
1 BasedOnStyle: LLVM
2 IndentWidth: 4
3 AccessModifierOffset: -4
4 ColumnLimit: 100
5 AllowShortIfStatementsOnASingleLine: true
6 AllowShortFunctionsOnASingleLine: Inline
7 KeepEmptyLinesAtTheStartOfBlocks: false
8 ContinuationIndentWidth: 8
9 AlignAfterOpenBracket: true
10 BinPackParameters: false
11 AllowAllParametersOfDeclarationOnNextLine: false