From 457dbf57f4e1110c903ffe6c2b98148e0f2dd1c1 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 3 Mar 2020 17:03:01 +0100 Subject: [PATCH] set continuation indent size to 8 in Android Studio --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index b762e8045..5e3c70394 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,5 @@ insert_final_newline = true charset = utf-8 indent_style = space indent_size = 4 +continuation_indent_size = 8 +