From 6e94f4c7d0507ae980ca8d30b047fbb154a76c6d Mon Sep 17 00:00:00 2001 From: Major Date: Sun, 8 Apr 2018 04:14:41 +0100 Subject: [PATCH] Add kotlin continuation indent to editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 4430bd40..723b479c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,7 @@ tab_width=4 [*.{kt, kts}] indent_style=space tab_width=4 +continuation_indent_size=4 [*.rb] indent_style=space