diff --git a/.clang-format b/.clang-format
index 62a27ed57b97afd3938a38a0a82538a48b7d6b77..d4dc47379c8bb9dd120484b6aaa4e0dcda9bb232 100644
--- a/.clang-format
+++ b/.clang-format
@@ -27,14 +27,7 @@ BraceWrapping:
 BreakBeforeBraces: Custom
 BreakConstructorInitializers: AfterColon
 ColumnLimit: 120
-IncludeCategories: 
-  - Regex: '^<.*'
-    Priority: 1
-  - Regex: '^".*'
-    Priority: 2
-  - Regex: '.*'
-    Priority: 3
-IncludeIsMainRegex: '([-_](test|unittest))?$'
+SortIncludes: false
 PointerAlignment: Left
 IndentCaseBlocks: true
 IndentWidth: 4