diff options
Diffstat (limited to 'examples/hello-zig/.editorconfig')
| -rw-r--r-- | examples/hello-zig/.editorconfig | 6 |
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 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +insert_final_newline = true |
