aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-09 21:49:49 +0100
committerDavid Robillard <d@drobilla.net>2020-03-09 21:49:49 +0100
commit3dad9b15a147c6185a444effb764e6565c68bd28 (patch)
tree6e59130fd7fbf09101ac843bb039c1db87acd99e /.clang-format
parent10191b2fe001553a7e832d3a6d1017f9ab039c40 (diff)
downloadpugl-3dad9b15a147c6185a444effb764e6565c68bd28.tar.gz
pugl-3dad9b15a147c6185a444effb764e6565c68bd28.tar.bz2
pugl-3dad9b15a147c6185a444effb764e6565c68bd28.zip
Cleanup: Remove modern key from clang-format file
This causes errors with too old (but still relatively recent) versions of clang-format.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 5aba91d..b788676 100644
--- a/.clang-format
+++ b/.clang-format
@@ -3,7 +3,6 @@
# BasedOnStyle: Mozilla
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
-AlignConsecutiveMacros: true
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignEscapedNewlines: Left