bobatheme/.editorconfig

17 lines
206 B
INI
Raw Normal View History

2021-09-25 20:52:01 -05:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
2021-10-16 16:38:29 -05:00
trim_trailing_whitespace = true
2021-09-25 20:52:01 -05:00
[*.html]
indent_size = 4
2021-10-16 16:38:29 -05:00
[*.{md,toml,yaml}]
2021-09-25 20:52:01 -05:00
indent_size = 2
2021-10-16 16:38:29 -05:00
[*.md]
max_line_length = 80