mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
editorconfig: don’t trim trailing whitespace in *.scd
Doing so ruins the indentation of empty-line separated paragraphs.
This commit is contained in:
parent
0b6ec4da71
commit
e2f08efacb
1 changed files with 2 additions and 4 deletions
|
|
@ -9,11 +9,9 @@ indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
max_line_length = 80
|
max_line_length = 80
|
||||||
|
|
||||||
[*.scd]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
||||||
[{meson.build,PKGBUILD}]
|
[{meson.build,PKGBUILD}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[doc/foot-ctlseqs.7.scd]
|
[*.scd]
|
||||||
|
indent_style = tab
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue