From 445c4712832dccbb13ce976dca2e115df61aeeb8 Mon Sep 17 00:00:00 2001 From: Major Date: Sun, 17 Sep 2017 03:11:00 +0100 Subject: [PATCH] Add kotlin to .editorconfig Uses the recommended conventions. --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 69f4250b..4430bd40 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,10 @@ insert_final_newline = false indent_style=tab tab_width=4 +[*.{kt, kts}] +indent_style=space +tab_width=4 + [*.rb] indent_style=space -indent_size=2 \ No newline at end of file +indent_size=2