Blog/.editorconfig

14 lines
148 B
INI
Raw Normal View History

2023-08-29 16:57:25 -05:00
[*]
charset = utf-8
insert_final_newline = false
end_of_line = lf
indent_style = space
[*.rs]
max_line_length = 99
[*.md]
max_line_length = 120