]> granicus.if.org Git - libvpx/commitdiff
.clang-format: update to 3.9.1
authorJames Zern <jzern@google.com>
Wed, 1 Feb 2017 02:06:43 +0000 (18:06 -0800)
committerJames Zern <jzern@google.com>
Tue, 14 Feb 2017 20:39:54 +0000 (12:39 -0800)
Change-Id: Ia51f2201df897651067d09122075953382b59139

.clang-format

index d91cf89aacbe0d84da221e901e9fcc4ba338eca2..7837b7704dff4f1ea08f2c2f680b8a4ce1aa8f10 100644 (file)
@@ -1,7 +1,7 @@
 ---
 Language:        Cpp
 # BasedOnStyle:  Google
-# Generated with clang-format 3.8.1
+# Generated with clang-format 3.9.1
 AccessModifierOffset: -1
 AlignAfterOpenBracket: Align
 AlignConsecutiveAssignments: false
@@ -37,6 +37,8 @@ BreakBeforeBinaryOperators: None
 BreakBeforeBraces: Attach
 BreakBeforeTernaryOperators: true
 BreakConstructorInitializersBeforeComma: false
+BreakAfterJavaFieldAnnotations: false
+BreakStringLiterals: true
 ColumnLimit:     80
 CommentPragmas:  '^ IWYU pragma:'
 ConstructorInitializerAllOnOneLineOrOnePerLine: false
@@ -54,6 +56,7 @@ IncludeCategories:
     Priority:        2
   - Regex:           '.*'
     Priority:        3
+IncludeIsMainRegex: '([-_](test|unittest))?$'
 IndentCaseLabels: true
 IndentWidth:     2
 IndentWrappedFunctionNames: false