aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.clang-format1
-rw-r--r--layers/.clang-format1
2 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 74049cfe..548df8d0 100644
--- a/.clang-format
+++ b/.clang-format
@@ -2,4 +2,5 @@
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM
IndentWidth: 4
+SortIncludes: false
...
diff --git a/layers/.clang-format b/layers/.clang-format
index cd70ac16..fca66709 100644
--- a/layers/.clang-format
+++ b/layers/.clang-format
@@ -3,4 +3,5 @@
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 132
+SortIncludes: false
...