mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-06-08 21:19:29 +00:00
14 lines
217 B
INI
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
|
|
|