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 3ccb008a..c8c1b1df 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,7 @@ trim_trailing_whitespace = false # Ensure YAML formatting adheres to standard [*.{yml,yaml}] indent_size = 2 + +# ktlint +[*.{kt, kts}] +disabled_rules = no-wildcard-imports |
