From b24ab0a6aed4a6db39502af25de3b2178c9ff8c7 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Fri, 16 Jan 2026 04:23:47 +0000 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(s) changed, 3 insertion(s)(+), 0 deletion(s)(-) diff --git a/.editorconfig b/.editorconfig --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,8 @@ root = true +[*] +insert_final_newline = true + [*.html] indent_size = 2 -- tangled.sh