blob: a5584e953b8f511bd8c8563b291e0eb4e1b748e1 (
plain)
1
2
3
4
5
6
7
|
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
# ktlint
[*.{kt, kts}]
disabled_rules = no-wildcard-imports
|