Files
daedalOS/.editorconfig

10 lines
149 B
INI
Raw Normal View History

2021-01-02 22:24:18 -08:00
root = true
[*]
charset = utf-8
2021-07-10 22:01:23 -07:00
end_of_line = crlf
2021-01-02 22:24:18 -08:00
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true