RanvierMUD / ranviermud

A node.js based MUD game engine
https://ranviermud.com
MIT License
796 stars 247 forks source link

Mention that yaml files cannot be formatted with tabs #24

Closed quakeboy closed 7 years ago

quakeboy commented 10 years ago

I used Sublime Text 2 and I indented the file with tabs and it refused to load. I had to choose the "Convert indentation to spaces"

Spent an awful lot of time trying to figure out why the server wasn't able to parse my yml files sucessfully

eenblam commented 9 years ago

That's a language-specific issue. A link to the YAML documentation and tutorial might be more generally useful, but those are easily Google'd. Wouldn't this suggestion be akin to adding "code lines must end with a semicolon" to the README of a C project? (I know this is necromancy, but I'm hoping Shawn will come through and close issues once resolved.)

marado commented 8 years ago

This was fixed with https://github.com/shawncplus/ranviermud/wiki/Home/_compare/b3b37f3f1541b58bfabab782f48ea87fd5e81d75...c089433a47faa08fd6c25209341a09c44cdd4497?short_path=b4d7124#diff-b4d7124d2993cd13aabeec1fc19baf51 , and should be closed.