diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..f1e97a02 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root=true + +[*.{java,xml,gradle}] +indent_style = tab +indent_size = 4 +continuation_indent_size = 8 +