Disco/.editorconfig
2023-08-17 15:59:46 +01:00

13 lines
189 B
INI

root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4
indent_style = tab
tab_width = 4
[*.md]
max_line_length = 70