mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-24 20:23:11 +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]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[expected]
|
||||
trim_trailing_whitespace = false
|
||||
|
Loading…
Reference in New Issue
Block a user