]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/cfmt.sh
Ignore C object files
[dotfiles.git] / bin / bin / cfmt.sh
1 #!/bin/sh
2
3 clang-format60 -style="{
4     BasedOnStyle: llvm,
5     ColumnLimit: 88,
6     IndentWidth: 4,
7     AllowAllParametersOfDeclarationOnNextLine: false,
8     AllowShortBlocksOnASingleLine: true,
9     AllowShortCaseLabelsOnASingleLine: true,
10     BinPackArguments: false,
11     BinPackParameters: false,
12     BreakStringLiterals: false,
13 }" $@