From 66259d499c9f8a7af8e604eb60623831351c635b Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 12 Mar 2019 16:05:28 +0900 Subject: [PATCH] Add continuation indent size to .editorconfig (#1275) --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 6a01661edb..124baaf75f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,4 @@ root = true [*.java] indent_style = space indent_size = 4 +continuation_indent_size = 8