Files
dotfiles/.editorconfig
2024-09-11 09:44:09 +08:00

10 lines
147 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_size = 4
indent_style = space