maubot/.editorconfig

20 lines
260 B
INI
Raw Normal View History

2018-09-23 14:56:21 +00:00
root = true
[*]
2018-10-25 21:21:00 +00:00
indent_style = space
2018-09-23 14:56:21 +00:00
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 99
2018-10-25 21:21:00 +00:00
[*.json]
indent_size = 2
2018-10-31 20:27:50 +00:00
[spec.yaml]
indent_size = 2
2022-03-25 18:48:36 +00:00
[CHANGELOG.md]
max_line_length = 80