| commit | 0020f071c986fee65e307d45ca31e042cac897f3 |
| parent | d8f449474c |
| author | Isaac Freund <[email protected]> |
| date | 2020-04-23 15:52 |
Add editorconfig
.editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..80d5e41 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +charset = utf8 +end_of_line = lf +insert_final_newline = true + +[*.zig] +indent_style = space +indent_size = 4 + +[*.{xml,yml}] +indent_style = space +indent_size = 2