From 63cfad855cd8e59d03769fde24d46bfc772cf9a2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Apr 2017 10:41:53 +0200 Subject: [PATCH] Fix continuation indent Closes gh-8497 --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 176815b3576..26c1be09451 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,9 @@ root=true [*.java] indent_style = tab indent_size = 4 +continuation_indent_size = 8 [*.xml] indent_style = tab indent_size = 4 +continuation_indent_size = 8