dotfiles/.editorconfig

11 lines
124 B
INI
Raw Normal View History

2023-09-24 12:07:57 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.nix]
indent_style = space
indent_size = 2