diff --git a/.editorconfig b/.editorconfig index f7ea641f..2e04c11e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,10 @@ trim_trailing_whitespace = true max_line_length = 120 indent_style = tab +[*.kt] +indent_style = space +indent_size = 4 + [*.xml] indent_style = space indent_size = 2 diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index a95768fb..aa60d1c6 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -36,6 +36,9 @@