1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-06-08 21:19:29 +00:00
.dotfiles/.editorconfig
2025-06-05 22:29:06 -04:00

14 lines
217 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4
[*.{yml, yaml}]
# stupid cocksucking motherfucking piece of shit
indent_style = space
indent_size = 1