From cba67502a3912fa64e72014242bade93ab75ad5b Mon Sep 17 00:00:00 2001 From: Patrick Hiesel <hiesel@google.com> Date: Tue, 26 Apr 2016 14:42:58 +0200 Subject: [PATCH] Added continuation indent to editorconfig Adding our default cont' indent to editorconfig. Change-Id: Id1d848d5959ced9592382bf9a12d7ffc8152dce3 --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 1f149cf2d2..cb18523268 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,4 @@ insert_final_newline = true charset = utf-8 indent_style = space indent_size = 2 +continuation_indent_size = 4