From 0abd30b8d2b5385563ad9278d1c03ffcd7022cce 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. --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b46a90d6bb58..005d63ee994e 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