]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Duplicate formatting option
authorSergey Matveev <stargrave@stargrave.org>
Mon, 6 Apr 2020 08:09:52 +0000 (11:09 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 6 Apr 2020 08:09:52 +0000 (11:09 +0300)
bin/bin/cfmt.sh

index 1d5b4d61873632e69ccb813948bc1c4346337b94..40e6953312e302c91042d54c4f7b676974ef08cf 100755 (executable)
@@ -6,6 +6,5 @@ clang-format60 -style="{
     AllowAllParametersOfDeclarationOnNextLine: false,
     BinPackArguments: false,
     BinPackParameters: false,
-    AllowAllParametersOfDeclarationOnNextLine: false,
     BreakStringLiterals: false,
 }" $@