Skip to content

Commit

Permalink
Allowing optional use of yml/yaml file extensions in .editorconfig (l…
Browse files Browse the repository at this point in the history
  • Loading branch information
darrencraig authored and taylorotwell committed Sep 3, 2019
1 parent 13ab419 commit 65959b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

[*.yml]
[*.{yml,yaml}]
indent_size = 2

0 comments on commit 65959b2

Please sign in to comment.