dotfiles/.editorconfig
2024-11-07 16:25:41 -07:00

11 lines
155 B
INI

root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.nix]
indent_size = 2