From c81c7b573aa98953ed77fdf8b318e67d3cbe267a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 15 Sep 2024 07:54:55 +0200 Subject: Added Zig and X11 example for creating simple Window --- zig-x11/.clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 zig-x11/.clang-format (limited to 'zig-x11/.clang-format') diff --git a/zig-x11/.clang-format b/zig-x11/.clang-format new file mode 100644 index 0000000..84ac618 --- /dev/null +++ b/zig-x11/.clang-format @@ -0,0 +1,4 @@ +BasedOnStyle: LLVM +ColumnLimit: 120 +IndentWidth: 4 + -- cgit v1.2.3