mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-17 08:29:27 -04:00
android/.editorconfig: Enable no-unused-imports rule
Reportedly finicky, use for now but maybe delete later if there are issues. See https://github.com/ktlint/ktlint/issues/3038
This commit is contained in:
parent
5ea4bb2511
commit
7786dae94d
1 changed files with 3 additions and 0 deletions
|
|
@ -13,5 +13,8 @@ ij_kotlin_packages_to_use_import_on_demand = unset
|
|||
indent_size = 4
|
||||
indent_style = space
|
||||
ktlint_standard_comment-wrapping = disabled
|
||||
ktlint_standard_no-unused-imports = enabled
|
||||
# ^- Reportedly finicky, use for now but maybe delete later if there are issues.
|
||||
# See https://github.com/ktlint/ktlint/issues/3038
|
||||
ktlint_standard_package-name = disabled
|
||||
max_line_length = 100
|
||||
Loading…
Add table
Reference in a new issue