From a0fdfa13f49217a12f54f974a627fc34a4da4a34 Mon Sep 17 00:00:00 2001 From: soloturn Date: Sun, 3 Feb 2019 11:43:09 +0100 Subject: [PATCH] add continuation_indent_size to editorconfig, android studio / intellij Default Android Studio code formatting style uses this, as well SquareAndroid style has it. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 231b6e619..ed49fe35b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,9 @@ indent_style = space indent_size = 2 insert_final_newline = true charset = utf-8 +# android studio / intellij specific, also in squares android style guide: +# https://github.com/kiwix/kiwix-android/blob/master/docs/codestyle.md +continuation_indent_size = 4 # windows command files need windows newline [*.{bat,cmd}]