diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 4b0abe4d..1cdb4ce2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,7 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false indent_style = space + +# ktlint +[*.{kt, kts}] +disabled_rules = import-ordering |
