site-neo/.editorconfig

10 lines
149 B
INI
Raw Normal View History

2023-01-21 23:23:04 +00:00
root=true
[*]
2023-02-06 01:56:56 +00:00
charset=utf-8
2023-02-01 14:38:31 +00:00
end_of_line=lf
trim_trailing_whitespace=true
2023-02-06 01:56:56 +00:00
insert_final_newline=true
2023-02-09 13:14:18 +00:00
[{Makefile,*.sass}]
2023-02-07 01:32:46 +00:00
indent_type=tab
indent_size=1