Browse Source

clang-format: Delete ForEachMacros

0.15
Jorge Timón 7 years ago
parent
commit
b1268a19d0
No known key found for this signature in database
GPG Key ID: A4F5D141C01A0387
  1. 1
      src/.clang-format

1
src/.clang-format

@ -23,7 +23,6 @@ ContinuationIndentWidth: 4 @@ -23,7 +23,6 @@ ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DerivePointerAlignment: false
DisableFormat: false
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, BOOST_REVERSE_FOREACH ]
IndentCaseLabels: false
IndentFunctionDeclarationAfterType: false
IndentWidth: 4

Loading…
Cancel
Save