Monorepo for Tangled
0

Configure Feed

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

editorconfig: add editorconfig

helps forcing consistent indent sizes. especially html files

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

author
Seongmin Lee
committer
Tangled
date (Nov 15, 2025, 9:51 AM UTC) commit 10fc8e4e parent 3eb9cefd change-id lrpyptzo
+13
+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