diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 8d67bc7a5..000000000 --- a/.editorconfig +++ /dev/null @@ -1,12 +0,0 @@ -# top-most EditorConfig file -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -indent_style = space - -[*.{java,xml}] -indent_size = 4 -trim_trailing_whitespace = true