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.
pull/543/head
mcarare 2 years ago committed by mergify[bot]
parent 481b3655ac
commit ca88c8c1bb

@ -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