You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ktlint_standard_comment-wrapping = disabled # A block comment may not be followed by any other element on that same line
ktlint_standard_discouraged-comment-location = disabled # Trailing comments (A comment in a 'value_argument_list' is only allowed when placed on a separate line)
ktlint_standard_function-signature = disabled # Seems to incorrectly reformat parameter lists in function signatures
ktlint_standard_property-naming = disabled # Multiple top-level const vals (and Companion vals) are using PascalCase