webapp/.editorconfig
2022-09-09 14:53:35 +03:00

15 lines
213 B
INI

[*]
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