Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #26844: Ensure consistent usage of a newline at the end of each f…
Browse files Browse the repository at this point in the history
…ile.

This automatically adds a new line at EOF when there is none.
  • Loading branch information
mcarare authored and mergify[bot] committed Sep 8, 2022
1 parent 481b365 commit ca88c8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ca88c8c

Please sign in to comment.