From e79d9b4549d4467a9fb561d7cccd8e3005141612 Mon Sep 17 00:00:00 2001 From: Kevin Risden <risdenk@users.noreply.github.com> Date: Mon, 30 Jan 2017 17:04:06 -0500 Subject: [PATCH] [checkstyle] Make .editorconfig match checkstyle continuation indent (#898) --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 8e478f8c..889bbb16 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,11 +4,14 @@ root = true [*.java] indent_style = space indent_size = 2 +continuation_indent_size = 4 [*.md] indent_style = space indent_size = 2 +continuation_indent_size = 4 [*.xml] indent_style = space indent_size = 2 +continuation_indent_size = 4 -- GitLab