[fenix] For https://github.com/mozilla-mobile/fenix/issues/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.
pull/600/head
mcarare 2 years ago committed by mergify[bot]
parent 5203a4d5ca
commit ea60358a9e

@ -5,4 +5,7 @@
ktlint_disabled_rules=import-ordering
ij_kotlin_allow_trailing_comma_on_call_site=true
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma=true
[*]
insert_final_newline = true

Loading…
Cancel
Save