From 3f631de76c28510a21a2b9c79405de4d1f332b3a Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sat, 4 Jun 2022 00:22:30 +0900 Subject: [PATCH] Insert final newline to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 37d38bb..0f17867 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,4 +6,4 @@ end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true -trim_trailing_whitespace = true \ No newline at end of file +trim_trailing_whitespace = true