Loading...
 
Skip to main content

History: YAML

Source of version: 2

Copy to clipboard
            YAML stands (ironically?) for "YAML ain't markup language" was intended as more human readable substitute for programming data structures. The specifications for [http://www.yaml.org/|YAML], unfortunately not very human readable, so hopefully these rules will suffice. 


1. Indentation means scope. Indenting one or more spaces means that the indented stuff belongs to the less indented thing that precedes it. It doesn't matter how many spaces a child element is indented from a parent, but all children must be indented with the same number of spaces.


object:
 parameter:


2.Start with the handler type:

permissions:

        

History

Information Version
Thu 20 of Jul, 2017 13:44 GMT-0000 luciash d' being 🧙 fix 4
Thu 20 of Jul, 2017 13:43 GMT-0000 luciash d' being 🧙 updated 3
Sat 23 of Aug, 2008 15:20 GMT-0000 Marc Laporte 2
Sat 23 of Aug, 2008 08:36 GMT-0000 idealpragmatist 1