summaryrefslogtreecommitdiff
path: root/zig-c-interop
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-15 07:54:31 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-15 07:54:31 +0200
commit12d299f552a5aa8b6ea711dbe67805c4a5aab10d (patch)
treeceda78da0eebd00359cb486969049fe91d4d62cc /zig-c-interop
parentef8ffebb9216684dc0314529ee2fa98baa5f2c7b (diff)
downloadprobe-12d299f552a5aa8b6ea711dbe67805c4a5aab10d.tar.gz
Move to LLVM ruleset for Clang autoformatter
Diffstat (limited to 'zig-c-interop')
-rw-r--r--zig-c-interop/.clang-format4
1 files changed, 4 insertions, 0 deletions
diff --git a/zig-c-interop/.clang-format b/zig-c-interop/.clang-format
new file mode 100644
index 0000000..84ac618
--- /dev/null
+++ b/zig-c-interop/.clang-format
@@ -0,0 +1,4 @@
+BasedOnStyle: LLVM
+ColumnLimit: 120
+IndentWidth: 4
+