Monorepo for Tangled tangled.org

editorconfig: add rule to insert final newline #1093

merged opened by boltless.me targeting master from sl/zkqpstkxovqx

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

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.pull/3mftcfuoos622
+3
Diff #0
+3
.editorconfig
··· 1 root = true 2 3 [*.html] 4 indent_size = 2 5
··· 1 root = true 2 3 + [*] 4 + insert_final_newline = true 5 + 6 [*.html] 7 indent_size = 2 8

History

1 round 1 comment
sign up or login to add to the discussion
boltless.me submitted #0
1 commit
expand
editorconfig: add rule to insert final newline
3/3 success
expand
expand 1 comment
pull request successfully merged