pcouy@lemmy.pierre-couy.fr to Programming@programming.devEnglish · 7 days agoThe yaml document from hellruudvanasseldonk.comexternal-linkmessage-square40fedilinkarrow-up1102arrow-down15file-text
arrow-up197arrow-down1external-linkThe yaml document from hellruudvanasseldonk.compcouy@lemmy.pierre-couy.fr to Programming@programming.devEnglish · 7 days agomessage-square40fedilinkfile-text
A 10 minute read covering some YAML edge-cases that you should have in mind when writing complex YAML files
minus-squareGTG3000@programming.devlinkfedilinkarrow-up1·5 days agoThis is kinda my experience. If there’s an extension keeping track of schema and linting, it’s alright. If you’re doing it by hand, well, good luck. My personal favourite way to make configs is lua. But that’s neither here nor there.
This is kinda my experience. If there’s an extension keeping track of schema and linting, it’s alright.
If you’re doing it by hand, well, good luck.
My personal favourite way to make configs is lua. But that’s neither here nor there.