On Fri Jun 20, 2025 at 10:44 AM CEST, Heiko Stuebner wrote:
Am Freitag, 20. Juni 2025, 10:40:49 Mitteleuropäische Sommerzeit schrieb Alexey Charkov:
On Fri, Jun 20, 2025 at 1:17 AM Heiko Stuebner heiko@sntech.de wrote:
I've also fixed the wifi@1 node in the overlay - which was using spaces instead of tabs.
Thanks Heiko! It's annoying that YAML doesn't like tabs, so copying from binding examples is not a universally good idea :)
By the way, is there any tool that helps catch those?
checkpatch.pl would be the tool to do that, but I'm not sure it handles this at this time.
I also only saw things when I looked at the patch in "mcedit", because it nicely distinguishes between tabs and spaces :-) .
In vim, ``:set list`` makes them visible as well.