bikeshed/.editorconfig

22 lines
318 B
INI
Raw Permalink Normal View History

2022-07-19 19:55:53 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
trim_trailing_whitespace = true
[*.txt]
indent_size = 3
[*.{html,xml,md}]
indent_size = 2
[*.json]
indent_size = 4
[*.md]
# Allow 2 spaces at the end of a line to cause a line break
trim_trailing_whitespace = false