summaryrefslogtreecommitdiff
path: root/zig-elf/.clang-format
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-19 14:13:59 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-19 14:13:59 +0200
commit9eb604113b9a531331897e14fafe0bef7f62d236 (patch)
tree71f4fb84168d65bff6153b5841dc2c94b8515438 /zig-elf/.clang-format
parentc7cd286be9d4ede3129a309e2668686be4646f07 (diff)
downloadprobe-9eb604113b9a531331897e14fafe0bef7f62d236.tar.gz
Added reading of ELF binaries in Zig
Diffstat (limited to 'zig-elf/.clang-format')
-rw-r--r--zig-elf/.clang-format4
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
+