ref: f670628ca546883b1989203a38835c27d3e130b7
parent: c1a90dc160d1c14d973526528f92494c76982a28
author: James Zern <[email protected]>
date: Tue Jan 31 13:06:43 EST 2017
.clang-format: update to 3.9.1 Change-Id: Ia51f2201df897651067d09122075953382b59139
--- a/.clang-format
+++ b/.clang-format
@@ -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 @@
BreakBeforeBraces: Attach
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
+BreakAfterJavaFieldAnnotations: false
+BreakStringLiterals: true
ColumnLimit: 80
CommentPragmas: '^ IWYU pragma:'
ConstructorInitializerAllOnOneLineOrOnePerLine: false
@@ -54,6 +56,7 @@
Priority: 2
- Regex: '.*'
Priority: 3
+IncludeIsMainRegex: '([-_](test|unittest))?$'
IndentCaseLabels: true
IndentWidth: 2
IndentWrappedFunctionNames: false