I have this line inmy settings:
"draw_white_space": ["leading_mixed", "trailing_mixed", "isolated_mixed"],
In files, it works fine.
But if I want to search for " bar"
(without quotes), it will be rendered in search field as "••bar"
. Is there an easy way to fix it?