diff --git a/.editorconfig b/.editorconfig index 392fe66..2a3f55d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,5 +9,8 @@ max_line_length = 150 indent_style = space charset = utf-8 +[*.kt] +indent_size = 2 + [*.yml] indent_size = 2