aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-zig/.editorconfig
diff options
context:
space:
mode:
authorDavid Czihak <git@dcz.at>2026-05-07 14:33:19 +0200
committerDavid Czihak <git@dcz.at>2026-05-07 14:33:19 +0200
commitddf2de739068b5ff0866ccb1d067f3cb53a4fc55 (patch)
tree1a77efe9d73a6172be3c37d29b321eadd4efe379 /examples/hello-zig/.editorconfig
Initial commitv0.1.7
Diffstat (limited to 'examples/hello-zig/.editorconfig')
-rw-r--r--examples/hello-zig/.editorconfig6
1 files changed, 6 insertions, 0 deletions
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 @@
1root = true
2
3[*]
4indent_style = space
5indent_size = 4
6insert_final_newline = true