mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 20:51:43 +03:00
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:
parent
ab9d1e68ce
commit
64af41c298
@ -40,3 +40,6 @@ indent_style = tab
|
|||||||
[*.nix]
|
[*.nix]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[expected]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
Loading…
Reference in New Issue
Block a user