webapp/.editorconfig

15 lines
213 B
INI
Raw Permalink Normal View History

2022-09-09 11:53:35 +00:00
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 108
[*.md]
max_line_length=off
[*.mdx]
max_line_length=off