fix: Use ktlint settings to keep gradle task output consistent with Intellij / Android Studio plugin behavior

This commit is contained in:
LisoUseInAIKyrios 2024-03-31 23:42:10 +04:00
parent 4ee26c77b0
commit 57012c0e58

View File

@ -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