blob: a17544c94d7944f9d7d3abe8ec625d70acff7f63 (
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 = import-ordering
|