Disco/.editorconfig

14 lines
189 B
INI
Raw Permalink Normal View History

2023-08-17 14:59:46 +00:00
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