]> git.sur5r.net Git - minitube/blob - .clang-format
Upload 2.9-1 to unstable
[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