Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in clang-format
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 14 Oct 2016 22:21:32 +0000 (00:21 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 14 Oct 2016 22:21:32 +0000 (00:21 +0200)
.clang-format
tools/git-hooks/clang-format.pre-commit

index d312e22..bcdc0c1 100644 (file)
@@ -34,10 +34,10 @@ BraceWrapping:
 BreakBeforeBinaryOperators: None
 BreakBeforeBraces: Custom
 BreakBeforeTernaryOperators: true
-BreakConstructorInitializersBeforeComma: false
+BreakConstructorInitializersBeforeComma: true
 ColumnLimit:     120
 CommentPragmas:  '^ IWYU pragma:'
-ConstructorInitializerAllOnOneLineOrOnePerLine: false
+ConstructorInitializerAllOnOneLineOrOnePerLine: true
 ConstructorInitializerIndentWidth: 4
 ContinuationIndentWidth: 4
 Cpp11BracedListStyle: true
index 5e19f14..fdedc56 100755 (executable)
@@ -53,7 +53,7 @@ if [ -z $GIT_SUBCOMMAND ] ; then
 fi
 
 # remove any older patches from previous commits. Set to true or false.
-DELETE_OLD_PATCHES=false
+DELETE_OLD_PATCHES=true
 
 # only parse files with the extensions in FILE_EXTS. Set to true or false.
 # if false every changed file in the commit will be parsed with clang-format.