Conversation
config in yaml or in json you decide
1
0
0
@snacks @twinspin6
>looks like YAML
Still brain damage.

Why not INI?
1
0
1
@phnt @snacks i cannot deal with any file format that relies on invisible characters for structure
1
0
1
@twinspin6 @snacks That's why I like the INI-style configs. You have a header for a section in brackets and everything under is for that section. No whitespace needed. And there are a bunch of libraries for this. JSON is also pretty good, but can get annoying.

Meanwhile stuff like TOML and YAML have barely any libraries for parsing outside of python/rust and they suck to write.
1
0
1