diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-19 14:13:59 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-19 14:13:59 +0200 |
| commit | 9eb604113b9a531331897e14fafe0bef7f62d236 (patch) | |
| tree | 71f4fb84168d65bff6153b5841dc2c94b8515438 /zig-elf/.clang-format | |
| parent | c7cd286be9d4ede3129a309e2668686be4646f07 (diff) | |
| download | probe-9eb604113b9a531331897e14fafe0bef7f62d236.tar.gz | |
Added reading of ELF binaries in Zig
Diffstat (limited to 'zig-elf/.clang-format')
| -rw-r--r-- | zig-elf/.clang-format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zig-elf/.clang-format b/zig-elf/.clang-format new file mode 100644 index 0000000..84ac618 --- /dev/null +++ b/zig-elf/.clang-format @@ -0,0 +1,4 @@ +BasedOnStyle: LLVM +ColumnLimit: 120 +IndentWidth: 4 + |
