From 12d299f552a5aa8b6ea711dbe67805c4a5aab10d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 15 Sep 2024 07:54:31 +0200 Subject: Move to LLVM ruleset for Clang autoformatter --- zig-c-interop/.clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 zig-c-interop/.clang-format (limited to 'zig-c-interop') 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 + -- cgit v1.2.3