diff --git a/.editorconfig b/.editorconfig index dcf9117a64..67bf0e4487 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,3 +21,10 @@ root = true charset = utf-8 end_of_line = lf insert_final_newline = true + +[*.{java,xml,py}] +indent_style = space +indent_size = 4 + +[*.{java,xml}] +continuation_indent_size = 8