Monorepo for Tangled tangled.org

editorconfig: add editorconfig #803

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

helps forcing consistent indent sizes. especially html files

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/3m5mgnrcvg622
+13
Diff #0
+13
.editorconfig
···
··· 1 + root = true 2 + 3 + [*.html] 4 + indent_size = 2 5 + 6 + [*.json] 7 + indent_size = 2 8 + 9 + [*.nix] 10 + indent_size = 2 11 + 12 + [*.yml] 13 + indent_size = 2

History

1 round 1 comment
sign up or login to add to the discussion
boltless.me submitted #0
1 commit
expand
editorconfig: add editorconfig
expand 1 comment

nice, this is handy

pull request successfully merged