diff --git a/.editorconfig b/.editorconfig index 1a4aa6ff..dd282198 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ trim_trailing_whitespace = true max_line_length = 120 indent_style = tab -[*.{kt,kts}] +[*.{kt, kts}] indent_style = space indent_size = 4 # see https://github.com/pinterest/ktlint/issues/527