From 4ebc9cccac2fd557c5261be7adc2d4de22488029 Mon Sep 17 00:00:00 2001 From: Evan Lojewski Date: Wed, 5 Jun 2019 21:44:59 -0600 Subject: Begin adding support for clang-format --- .clang-format | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.clang-format') 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 -- cgit v1.2.1