Monorepo for Tangled

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 <git@boltless.me>

authored by

Seongmin Lee and committed by tangled.org b24ab0a6 f6ac2d97

+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