diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-20 11:30:28 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-20 11:30:28 -0600 |
commit | 0cc4f3ab82473ca09373a5b1d42223c69bf92fce (patch) | |
tree | 2c0594601e81b073c44c8c059064f9e1bf9aecb2 /.editorconfig | |
parent | 978c935f535b9f05dd96b118380156b678ddedd9 (diff) |
wip generate 9p
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..574abd1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = tab + +[net9p_defs.gen] +indent_style = space +indent_size = 4 |