Blog/.editorconfig

13 lines
146 B
INI
Raw Normal View History

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