diff options
author | David Robillard <d@drobilla.net> | 2020-03-09 21:49:49 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-09 21:49:49 +0100 |
commit | 3dad9b15a147c6185a444effb764e6565c68bd28 (patch) | |
tree | 6e59130fd7fbf09101ac843bb039c1db87acd99e | |
parent | 10191b2fe001553a7e832d3a6d1017f9ab039c40 (diff) | |
download | pugl-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.
-rw-r--r-- | .clang-format | 1 |
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 |