editorconfig: trailing whitespaces in expected

Do not trim trailing whitespaces in `expected` files.

Some on them have trailing whitespaces: `rg ' $' -g expected`
reports 26 files.
This commit is contained in:
Stiopa Koltsov 2021-02-02 21:37:33 +00:00 committed by G. Allais
parent ab9d1e68ce
commit 64af41c298

View File

@ -40,3 +40,6 @@ indent_style = tab
[*.nix]
indent_style = space
indent_size = 2
[expected]
trim_trailing_whitespace = false