aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-27 12:16:49 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-27 12:16:49 -0500
commitdb59eba3fd9121c7c0a88363994876c5b582c08c (patch)
tree9602a014425b859e3aba98f31f93d6de04521356
parentb09f774d422263ce15b97d6d0804beddf856176d (diff)
downloadNotEnoughUpdates-db59eba3fd9121c7c0a88363994876c5b582c08c.tar.gz
NotEnoughUpdates-db59eba3fd9121c7c0a88363994876c5b582c08c.tar.bz2
NotEnoughUpdates-db59eba3fd9121c7c0a88363994876c5b582c08c.zip
feat: add .editorconfig
-rw-r--r--.editorconfig9
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