From 02ed2ecd552a88c3a5cbd2e134732cefcd1fa0e5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 3 Mar 2020 17:07:05 +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 b762e80..5e3c703 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 +