fenix/.editorconfig
mcarare ca88c8c1bb For #26844: Ensure consistent usage of a newline at the end of each file.
This automatically adds a new line at EOF when there is none.
2022-09-08 12:15:01 +00:00

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