From 5cdf528de065c5f1994da62e5969e2b2a9035c4b Mon Sep 17 00:00:00 2001 From: ahmedre Date: Thu, 24 Nov 2016 21:35:26 -0800 Subject: [PATCH] Support continuous indentation in editorconfig This is supported by Android Studio and IntelliJ and is important for keeping consistency with the existing code style. --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index ba02b753af..a1feffe931 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,5 @@ end_of_line = lf insert_final_newline = true indent_style = space indent_size = 2 +continuation_indent_size = 4 +charset = utf-8