mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
ea60358a9e
This automatically adds a new line at EOF when there is none.
12 lines
307 B
INI
12 lines
307 B
INI
[*.{kt,kts}]
|
|
# Disabling rules that were added in the latest versions of ktlint
|
|
# tracking here: https://github.com/mozilla-mobile/fenix/issues/4861
|
|
|
|
ktlint_disabled_rules=import-ordering
|
|
|
|
ij_kotlin_allow_trailing_comma_on_call_site=true
|
|
ij_kotlin_allow_trailing_comma=true
|
|
|
|
[*]
|
|
insert_final_newline = true
|