From ca88c8c1bb8239059b1cc0140460110a7540c8ff Mon Sep 17 00:00:00 2001 From: mcarare Date: Wed, 7 Sep 2022 19:37:26 +0300 Subject: [PATCH] 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. --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b46a90d6b..005d63ee9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,4 +5,7 @@ ktlint_disabled_rules=import-ordering ij_kotlin_allow_trailing_comma_on_call_site=true -ij_kotlin_allow_trailing_comma=true \ No newline at end of file +ij_kotlin_allow_trailing_comma=true + +[*] +insert_final_newline = true