]> Sergey Matveev's repositories - dotfiles.git/blob - clang-format/.clang-format
clang-format can use ~/.clang-format
[dotfiles.git] / clang-format / .clang-format
1 BasedOnStyle: llvm
2 ColumnLimit: 88
3 IndentWidth: 4
4 AlignConsecutiveAssignments: true
5 AllowAllParametersOfDeclarationOnNextLine: false
6 AllowShortBlocksOnASingleLine: true
7 AllowShortCaseLabelsOnASingleLine: true
8 BinPackArguments: false
9 BinPackParameters: false
10 BreakStringLiterals: false