Skip to content

Commit

Permalink
Use 2 spaces in yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Barron committed Aug 2, 2018
1 parent 2055707 commit b256a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -13,7 +13,7 @@ indent_style = space
indent_size = 4

# 2 space indentation
[*.{js,R,r}]
[*.{js,R,r,yml,yaml}]
indent_size = 2

# Tab indentation (no size specified)
Expand Down

0 comments on commit b256a17

Please sign in to comment.