android/.editorconfig: Disable ktlint_standard_comment

This commit is contained in:
OpenSauce04 2026-06-14 22:26:49 +01:00 committed by OpenSauce
parent bfaaaee10d
commit 1afa24387f

View file

@ -12,5 +12,6 @@ ij_kotlin_packages_to_use_import_on_demand = unset
# Style configuration
indent_size = 4
indent_style = space
ktlint_standard_comment-wrapping = disabled
ktlint_standard_package-name = disabled
max_line_length = 100