From b24ab0a6aed4a6db39502af25de3b2178c9ff8c7 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Fri, 16 Jan 2026 13:23:47 +0900 Subject: [PATCH] editorconfig: add rule to insert final newline Some cool people use cool editor called Vim, which requires final newline and automatically adds it anyways. Signed-off-by: Seongmin Lee --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5e135d9b..e7858081 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,8 @@ root = true +[*] +insert_final_newline = true + [*.html] indent_size = 2 -- 2.51.2