diff options
author | zaaarf <zaaarf@proton.me> | 2023-04-10 18:29:47 +0200 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-04-10 18:29:47 +0200 |
commit | 1303948c94ce6dc12d8acedf99f8819c716ad52c (patch) | |
tree | 3f41aac081a18ba635d7b2e7fb6b1ab453190ca3 | |
parent | 2e7e3d9fecc05be54dec44903e89e3b46e2eca84 (diff) |
chore: added .editorconfig
-rw-r--r-- | .editorconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b14394e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# Default to Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = tab +indent_size = 4 + +[*.java] +indent_size = 2 |