File tree 3 files changed +28
-0
lines changed
3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ # using clang-format version 5.0.0
2
+ Language : Cpp
3
+ BasedOnStyle : LLVM
4
+
5
+ AllowShortCaseLabelsOnASingleLine : true
6
+ AllowShortFunctionsOnASingleLine : true
7
+ AlwaysBreakTemplateDeclarations : true
8
+ BinPackArguments : false
9
+ BinPackParameters : false
10
+ # make adding new members at the end less noisy in diffs
11
+ BreakConstructorInitializersBeforeComma : true
12
+ ConstructorInitializerAllOnOneLineOrOnePerLine : true
Original file line number Diff line number Diff line change
1
+ language : cpp
2
+
3
+ sudo : required
4
+ dist : trusty
5
+
6
+ addons :
7
+ apt :
8
+ sources :
9
+ - llvm-toolchain-trusty-5.0
10
+ packages :
11
+ - clang-format-5.0
12
+
13
+ script :
14
+ - env | grep "^TRAVIS_"
15
+ - git clang-format-5.0 ${TRAVIS_COMMIT_RANGE%%.*} ${TRAVIS_COMMIT_RANGE##*.}
Original file line number Diff line number Diff line change
1
+ # Testing travis
You can’t perform that action at this time.
0 commit comments