mirror of
https://github.com/scratchfoundation/scratch-link.git
synced 2024-11-15 03:15:04 -05:00
add YAML attributes
This commit is contained in:
parent
7ef11a696c
commit
f0b60dafbc
2 changed files with 6 additions and 0 deletions
|
@ -12,3 +12,7 @@ indent_style = space
|
|||
|
||||
[*.sh]
|
||||
indent_style = tab
|
||||
|
||||
[*.{yaml,yml}]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
|
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue