From 3dad9b15a147c6185a444effb764e6565c68bd28 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Mar 2020 21:49:49 +0100 Subject: Cleanup: Remove modern key from clang-format file This causes errors with too old (but still relatively recent) versions of clang-format. --- .clang-format | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-format') 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 -- cgit v1.2.1