formwork/.editorconfig

15 lines
239 B
INI
Raw Normal View History

2019-11-04 19:41:03 +01:00
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2023-12-03 15:08:58 +01:00
max_line_length = off
2019-11-04 19:41:03 +01:00
[*.md]
trim_trailing_whitespace = false
insert_final_newline = false