summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authoruxtbd <dev@kthread.dev>2026-08-18 15:41:53 +0200
committeruxtbd <dev@kthread.dev>2026-08-18 15:41:53 +0200
commitad0302ab8213e35070e50beba03d8da5c57f4fc4 (patch)
treedd19bf94c36c90e95cb9d26908bed4ba4d351fca /.clang-format
parent4init: minimal but functional init (diff)
download4suite-ad0302ab8213e35070e50beba03d8da5c57f4fc4.tar.gz
4suite-ad0302ab8213e35070e50beba03d8da5c57f4fc4.zip
4suite: move to shinobi
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format5
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..4097bc5
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,5 @@
+BasedOnStyle: LLVM
+Language: Cpp
+IndentWidth: 4
+TabWidth: 4
+UseTab: Always