mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-22 02:13:58 +00:00
fix: Use ktlint settings to keep gradle task output consistent with Intellij / Android Studio plugin behavior
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user