diff options
author | David Robillard <d@drobilla.net> | 2020-04-03 19:23:19 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-03 19:23:19 +0200 |
commit | 841b9705f10c9dc9a5b3c60da4a590863e18e5b4 (patch) | |
tree | edf7975b85a3e8fa17e363d30dba92b10d94585d /.clang-format | |
parent | 8f28d8c97a8dedc240336da1ece4f4aa4207876b (diff) | |
download | pugl-841b9705f10c9dc9a5b3c60da4a590863e18e5b4.tar.gz pugl-841b9705f10c9dc9a5b3c60da4a590863e18e5b4.tar.bz2 pugl-841b9705f10c9dc9a5b3c60da4a590863e18e5b4.zip |
Rewrite C++ bindings
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index b788676..043fd1f 100644 --- a/.clang-format +++ b/.clang-format @@ -59,7 +59,7 @@ Cpp11BracedListStyle: true DerivePointerAlignment: false DisableFormat: false ExperimentalAutoDetectBinPacking: false -FixNamespaceComments: false +FixNamespaceComments: true ForEachMacros: - foreach - Q_FOREACH @@ -104,7 +104,7 @@ SpaceAfterCStyleCast: false SpaceAfterLogicalNot: false SpaceAfterTemplateKeyword: false SpaceBeforeAssignmentOperators: true -SpaceBeforeCpp11BracedList: true +SpaceBeforeCpp11BracedList: false SpaceBeforeCtorInitializerColon: true SpaceBeforeInheritanceColon: true SpaceBeforeParens: ControlStatements |