From 81159507d35ef087dfd796c08af07c1902e270e5 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sun, 19 Sep 2021 14:23:51 +0200 Subject: applied clang-format (no functional changes), but exempted custom include order in keyboard.c and main.c --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 42385f6..d275da8 100644 --- a/.clang-format +++ b/.clang-format @@ -88,7 +88,7 @@ PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Right ReflowComments: true -SortIncludes: true +SortIncludes: false SortUsingDeclarations: true SpaceAfterCStyleCast: false SpaceAfterTemplateKeyword: true -- cgit 1.4.1