summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-06-05 21:44:59 -0600
committerEvan Lojewski <github@meklort.com>2019-06-05 21:44:59 -0600
commit4ebc9cccac2fd557c5261be7adc2d4de22488029 (patch)
tree549cd77c6ea60d90ffdc18b2819f859fd862ec8e /.clang-format
parentc75332ef9fdd8de33c860f6efe409433e553b7c7 (diff)
downloadbcm5719-ortega-4ebc9cccac2fd557c5261be7adc2d4de22488029.tar.gz
bcm5719-ortega-4ebc9cccac2fd557c5261be7adc2d4de22488029.zip
Begin adding support for clang-format
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format7
1 files changed, 2 insertions, 5 deletions
diff --git a/.clang-format b/.clang-format
index 3d38985..65e1d76 100644
--- a/.clang-format
+++ b/.clang-format
@@ -43,7 +43,7 @@ BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeColon
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
-ColumnLimit: 80
+ColumnLimit: 160
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
@@ -67,7 +67,7 @@ IncludeCategories:
- Regex: '.*'
Priority: 1
IncludeIsMainRegex: '(Test)?$'
-IndentCaseLabels: false
+IndentCaseLabels: true
IndentPPDirectives: None
IndentWidth: 4
IndentWrappedFunctionNames: false
@@ -110,9 +110,6 @@ SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
-StatementMacros:
- - Q_UNUSED
- - QT_REQUIRE_VERSION
TabWidth: 4
UseTab: Never
OpenPOWER on IntegriCloud