From be3b5a9dc2e7e08b35bed99a959912593793669b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Apr 2017 10:22:32 +0200 Subject: [PATCH] Only apply editorconfig for certain files Closes gh-8497 --- .editorconfig | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0e311ce1d95..176815b3576 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