blob: ed85a2b1824dec5f60a07987dfbcf5163b827f79 (
plain)
1
2
3
4
5
|
[*.{kt, kts}]
# Comma-separated list of rules to disable (Since 0.34.0)
# Note that rules in any ruleset other than the standard ruleset will need to be prefixed
# by the ruleset identifier.
disabled_rules = import-ordering
|