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.
This commit is contained in:
mcarare 2022-09-07 19:37:26 +03:00 committed by mergify[bot]
parent 481b3655ac
commit ca88c8c1bb
1 changed files with 4 additions and 1 deletions

View File

@ -5,4 +5,7 @@
ktlint_disabled_rules=import-ordering ktlint_disabled_rules=import-ordering
ij_kotlin_allow_trailing_comma_on_call_site=true 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