summary refs log tree commit diff
path: root/.clang-format
diff options
context:
space:
mode:
authorMaarten van Gompel <proycon@anaproy.nl>2021-09-19 14:23:51 +0200
committerJohn Sullivan <jsullivan@csumb.edu>2021-10-19 23:12:01 -0700
commit81159507d35ef087dfd796c08af07c1902e270e5 (patch)
treee90bb57e65614d214d6c9d7e08e1e0f29298ee40 /.clang-format
parent6c9636c137d0426c38fc6bdc655c3d327ddab4c2 (diff)
downloadsuggpicker-81159507d35ef087dfd796c08af07c1902e270e5.tar.gz
applied clang-format (no functional changes), but exempted custom include order in keyboard.c and main.c
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
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