]> git.sur5r.net Git - minitube/blob - .clang-format
Update watch file to use releases instead of tags
[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