diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-15 07:54:31 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-15 07:54:31 +0200 |
| commit | 12d299f552a5aa8b6ea711dbe67805c4a5aab10d (patch) | |
| tree | ceda78da0eebd00359cb486969049fe91d4d62cc /zig-c-interop | |
| parent | ef8ffebb9216684dc0314529ee2fa98baa5f2c7b (diff) | |
| download | probe-12d299f552a5aa8b6ea711dbe67805c4a5aab10d.tar.gz | |
Move to LLVM ruleset for Clang autoformatter
Diffstat (limited to 'zig-c-interop')
| -rw-r--r-- | zig-c-interop/.clang-format | 4 |
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 + |
