Hacker News new | ask | show | jobs
by torginus 215 days ago
Yaml wouldn't be so bad if they made the templates and editors indent-aware.

Which is a thing with some Python IDEs, but it's maddening to work on anything that can't do this.

1 comments

    autocmd FileType yaml setlocal et ts=2 ai sw=2 nu sts=0
I'm sure Emacs and others have something similar