]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/cfmt.sh
40e6953312e302c91042d54c4f7b676974ef08cf
[dotfiles.git] / bin / bin / cfmt.sh
1 #!/bin/sh
2
3 clang-format60 -style="{
4     BasedOnStyle: llvm,
5     IndentWidth: 4,
6     AllowAllParametersOfDeclarationOnNextLine: false,
7     BinPackArguments: false,
8     BinPackParameters: false,
9     BreakStringLiterals: false,
10 }" $@