Skip to content
Ned Henry edited this page Nov 18, 2017 · 2 revisions

The config files for rails applications tend to use Yaml format. The metadata schema files in ScoobySnacks all use the Yaml format as well.

Yaml is a line based text format to hold arbitrary data that is designed to be relatively easy to read both by humans and computers.

You can find more details on the Yaml format here.

Yaml uses indentation to keep track of what data is part of what other data. When editing Yaml files, make sure not to mess with the indentation!

Clone this wiki locally