mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-12 13:37:45 +01:00
fix: Use consistent formatter settings between IntelliJ and Android Studio
This commit is contained in:
parent
530ba18364
commit
e56fdf1cfe
@ -1,3 +1,17 @@
|
|||||||
|
[*]
|
||||||
|
max_line_length = off
|
||||||
|
|
||||||
|
[*.java]
|
||||||
|
ij_java_imports_layout = $*,|,java.**,|,javax.**,|,org.**,|,net.**,|,com.**,|,*
|
||||||
|
|
||||||
[*.{kt,kts}]
|
[*.{kt,kts}]
|
||||||
ktlint_code_style = intellij_idea
|
# 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_discouraged-comment-location = disabled
|
||||||
ktlint_standard_no-wildcard-imports = 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
|
||||||
|
Loading…
Reference in New Issue
Block a user