mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-05-28 12:30:17 +02:00
9 lines
419 B
INI
9 lines
419 B
INI
[*.{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
|
|
ij_kotlin_allow_trailing_comma_on_call_site = false
|
|
ij_kotlin_allow_trailing_comma = false
|
|
max_line_length = off |