Add editorconfig

This commit is contained in:
Janne Valkealahti
2023-12-15 13:15:58 +00:00
parent 98b8eb356d
commit 7520799973

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