diff --git a/.editorconfig b/.editorconfig index 0e311ce1d9..176815b357 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,9 @@ -[*] +root=true + +[*.java] indent_style = tab -indent_size = 4 \ No newline at end of file +indent_size = 4 + +[*.xml] +indent_style = tab +indent_size = 4