nix-dotfiles/.editorconfig
2024-12-08 18:30:51 -08:00

8 lines
131 B
INI

root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true