From bcec2bbb58015f2444c2ef54a5c8efea495e579e Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 12 Mar 2019 10:10:11 +0900 Subject: [PATCH] Add more indentation settings to .editorconfig Closes gh-16203 --- .editorconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 26c1be09451..48a40c43887 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,6 @@ root=true -[*.java] -indent_style = tab -indent_size = 4 -continuation_indent_size = 8 - -[*.xml] +[*.{groovy,java,kt,xml}] indent_style = tab indent_size = 4 continuation_indent_size = 8