Blog/.editorconfig

13 lines
146 B
INI

[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = space
[*.rs]
max_line_length = 99
[*.md]
max_line_length = 120