From ddf2de739068b5ff0866ccb1d067f3cb53a4fc55 Mon Sep 17 00:00:00 2001 From: David Czihak Date: Thu, 7 May 2026 14:33:19 +0200 Subject: Initial commit --- examples/hello-zig/.editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/hello-zig/.editorconfig (limited to 'examples/hello-zig/.editorconfig') diff --git a/examples/hello-zig/.editorconfig b/examples/hello-zig/.editorconfig new file mode 100644 index 0000000..d5f8c65 --- /dev/null +++ b/examples/hello-zig/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +insert_final_newline = true -- cgit v1.3