diff options
author | zaaarf <zaaarf@proton.me> | 2023-08-17 18:26:10 +0200 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-08-17 18:26:10 +0200 |
commit | 8123655b9ad1d831779797467e0e23afd52b90d0 (patch) | |
tree | fe49509825b7ad86390bf30fac7e94e28dd96906 /.editorconfig |
feat: initial basic api implementation
will probably change severely as i write this
Diffstat (limited to '.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 |