Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

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>

author
Seongmin Lee
committer tangled.org date (Feb 27, 2026, 9:41 AM UTC) commit b24ab0a6 parent f6ac2d97 change-id zkqpstkx
+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