]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/cfmt.sh
Duplicate formatting option
[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 }" $@