]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/cfmt.sh
1d5b4d61873632e69ccb813948bc1c4346337b94
[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     AllowAllParametersOfDeclarationOnNextLine: false,
10     BreakStringLiterals: false,
11 }" $@