git » unicorn-sparkle-basic.git » commit 39f29b2

Add .clang-format to prevent header sorting, which breaks stdio.h/readline

author Alan Dipert
2024-01-19 17:14:27 UTC
committer Alan Dipert
2024-01-19 17:14:27 UTC
parent bd3da0fc46775f1001641fc19517bbb4baaccf77

Add .clang-format to prevent header sorting, which breaks stdio.h/readline

.clang-format +1 -0

diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..ac7dcd1
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1 @@
+SortIncludes: false