YAML - Basics - Tutorialspoint
www.tutorialspoint.com › yaml › yaml_basicsThe synopsis of YAML basic elements is given here: Comments in YAML begins with the ( #) character. Comments must be separated from other tokens by whitespaces. Indentation of whitespace is used to denote structure. Tabs are not included as indentation for YAML files. List members are denoted by a leading hyphen ( - ).
How do I indent Yaml files?
treehozz.com › how-do-i-indent-yaml-filesJun 24, 2020 · Indentation. The suggested syntax for YAML files is to use 2 spaces for indentation, but YAML will follow whatever indentation system that the individual file uses. Indentation of two spaces works very well for SLS files given the fact that the data is uniform and not deeply nested. Click to read more on it.