mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix: Make IntelliJ and Android Studio organize imports the same way
This commit is contained in:
parent
960f989188
commit
0d962ded8c
1 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,14 @@
|
|||
[*]
|
||||
max_line_length = off
|
||||
|
||||
[*.{kt,kts}]
|
||||
# ktlint entries are for ktlint gradle task and ktlint Intellij / Android Studio plugin.
|
||||
# Ignore all 'property not supported' warnings, these are correct.
|
||||
ktlint_code_style = android_studio
|
||||
ktlint_standard_no-wildcard-imports = disabled
|
||||
ktlint_standard_discouraged-comment-location = disabled
|
||||
ktlint_standard_no-wildcard-imports = disabled
|
||||
ij_kotlin_imports_layout=*
|
||||
ij_kotlin_name_count_to_use_star_import = 5
|
||||
ij_kotlin_name_count_to_use_star_import_for_members = 5
|
||||
ij_kotlin_allow_trailing_comma_on_call_site = false
|
||||
ij_kotlin_allow_trailing_comma = false
|
||||
max_line_length = off
|
Loading…
Reference in a new issue