From 9eb604113b9a531331897e14fafe0bef7f62d236 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 19 Sep 2024 14:13:59 +0200 Subject: Added reading of ELF binaries in Zig --- zig-elf/.clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 zig-elf/.clang-format (limited to 'zig-elf/.clang-format') 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 + -- cgit v1.2.3