zet

Changed Default YAML Indent to Four Spaces

The Go yaml.v3 package used four spaces for indentation so I changed my settings to comply:

au FileType yaml set sw=4
#vim #yaml #settings #indent