Why is YAML indentation so important?
YAML uses indentation (not braces or brackets) to define data hierarchy. A misaligned space causes a parse error: "mapping values are not allowed here" or "expected block end" — making the entire config file invalid.