mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-27 15:47:32 +01:00
fix: Use ktlint settings to keep gradle task output consistent with Intellij / Android Studio plugin behavior
This commit is contained in:
parent
4ee26c77b0
commit
57012c0e58
@ -1,4 +1,9 @@
|
||||
[*.{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
|
Loading…
x
Reference in New Issue
Block a user