HeliBoard/.editorconfig

14 lines
240 B
INI
Raw Normal View History

2025-06-01 09:50:24 +02:00
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 140
tab_width = 4
trim_trailing_whitespace = true
[{*.markdown,*.md}]
trim_trailing_whitespace = false
indent_size = 2