1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 20:32:05 +00:00
.dotfiles/.editorconfig

9 lines
115 B
INI
Raw Normal View History

2024-12-19 22:45:33 -05:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
2025-02-09 22:56:54 -05:00
indent_style = space
2024-12-19 22:45:33 -05:00
indent_size = 4