aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Göthel <[email protected]>2024-05-12 08:29:31 +0200
committerSven Göthel <[email protected]>2024-05-12 08:29:31 +0200
commit13feca92323af01009b087afa68a5652e8b2142d (patch)
treeff3699aea6797b11cfaceafa59c87bb10a05a8bc
parente96545e9f1e46b091dc8b305a6a3657374fb31b3 (diff)
.clang-format: Don't sort includes
-rw-r--r--.clang-format3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 90cce8c..7de946f 100644
--- a/.clang-format
+++ b/.clang-format
@@ -165,7 +165,8 @@ RawStringFormats:
ReferenceAlignment: Pointer
ReflowComments: true
ShortNamespaceLines: 1
-SortIncludes: CaseSensitive
+# SortIncludes: CaseSensitive
+SortIncludes: Never
SortJavaStaticImport: Before
SortUsingDeclarations: true
SpaceAfterCStyleCast: false