Monorepo for Tangled

editorconfig: add rule to insert final newline

Signed-off-by: Seongmin Lee <git@boltless.me>

boltless.me 0749321b 117828b6

verified
+3
+3
.editorconfig
··· 1 1 root = true 2 2 3 + [*] 4 + insert_final_newline = true 5 + 3 6 [*.html] 4 7 indent_size = 2 5 8