add YAML attributes

This commit is contained in:
Christopher Willis-Ford 2019-12-02 14:11:52 -08:00
parent 7ef11a696c
commit f0b60dafbc
2 changed files with 6 additions and 0 deletions

View file

@ -12,3 +12,7 @@ indent_style = space
[*.sh]
indent_style = tab
[*.{yaml,yml}]
indent_size = 2
indent_style = space

2
.gitattributes vendored
View file

@ -12,6 +12,8 @@
*.md text eol=lf
*.sh text eol=lf
*.svg text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
# Prefer LF for these files
.editorconfig text eol=lf