Add editorconfig

This commit is contained in:
Janne Valkealahti
2023-12-15 13:15:58 +00:00
parent 320c9b21ab
commit 934fcbd4ef

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root=true
[*.{java,xml,gradle}]
indent_style = tab
indent_size = 4
continuation_indent_size = 8