mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
5fd3bf79f5
Our existing .rst files have lines with trailing whitespace in them, which I can only assume is deliberate, so update the editorconfig to stop trimming trailing whitespace for these files.
22 lines
313 B
INI
22 lines
313 B
INI
root = true
|
|
|
|
[*]
|
|
indent_size = 4
|
|
indent_style = space
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
max_line_length = 100
|
|
|
|
[{Makefile,*.in}]
|
|
indent_style = tab
|
|
|
|
[*.{md,rst}]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{sh,ac}]
|
|
indent_size = 2
|
|
|
|
[Dockerfile]
|
|
indent_size = 2
|