diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-27 12:16:49 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-27 12:16:49 -0500 |
commit | db59eba3fd9121c7c0a88363994876c5b582c08c (patch) | |
tree | 9602a014425b859e3aba98f31f93d6de04521356 /.editorconfig | |
parent | b09f774d422263ce15b97d6d0804beddf856176d (diff) | |
download | NotEnoughUpdates-db59eba3fd9121c7c0a88363994876c5b582c08c.tar.gz NotEnoughUpdates-db59eba3fd9121c7c0a88363994876c5b582c08c.tar.bz2 NotEnoughUpdates-db59eba3fd9121c7c0a88363994876c5b582c08c.zip |
feat: add .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..7f45d8f6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{java,kts}] +indent_style = tab +tab_width = 2
\ No newline at end of file |