Browse Source

clang-format: Remove redundant params

jp9000 6 years ago
parent
commit
841bac4981
1 changed files with 6 additions and 6 deletions
  1. 6 6
      .clang-format

+ 6 - 6
.clang-format

@@ -66,7 +66,7 @@ IndentWrappedFunctionNames: false
 KeepEmptyLinesAtTheStartOfBlocks: true
 MaxEmptyLinesToKeep: 1
 NamespaceIndentation: None
-ObjCBinPackProtocolList: Auto  # requires clang-format 7
+#ObjCBinPackProtocolList: Auto  # requires clang-format 7
 ObjCBlockIndentWidth: 8
 ObjCSpaceAfterProperty: true
 ObjCSpaceBeforeProtocolList: true
@@ -87,10 +87,10 @@ SpaceAfterCStyleCast: false
 #SpaceAfterLogicalNot: false  # requires clang-format 9
 SpaceAfterTemplateKeyword: false
 SpaceBeforeAssignmentOperators: true
-SpaceBeforeCtorInitializerColon: true  # requires clang-format 7
-SpaceBeforeInheritanceColon: true  # requires clang-format 7
+#SpaceBeforeCtorInitializerColon: true  # requires clang-format 7
+#SpaceBeforeInheritanceColon: true  # requires clang-format 7
 SpaceBeforeParens: ControlStatements
-SpaceBeforeRangeBasedForLoopColon: true  # requires clang-format 7
+#SpaceBeforeRangeBasedForLoopColon: true  # requires clang-format 7
 SpaceInEmptyParentheses: false
 SpacesBeforeTrailingComments: 1
 SpacesInAngles: false
@@ -98,8 +98,8 @@ SpacesInCStyleCastParentheses: false
 SpacesInContainerLiterals: false
 SpacesInParentheses: false
 SpacesInSquareBrackets: false
-StatementMacros:  # requires clang-format 8
-  - 'Q_OBJECT'
+#StatementMacros:  # requires clang-format 8
+#  - 'Q_OBJECT'
 TabWidth: 8
 #TypenameMacros:  # requires clang-format 9
 #  - 'DARRAY'