Skip to content

Commit

Permalink
Add YAML file support in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago committed Sep 13, 2021
1 parent 6f80211 commit a70df48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ indent_size = 2
[*.json]
indent_size = 2

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

[*.{sh}]
# Shell scripts
[*.sh]
end_of_line = lf
indent_size = 2

Expand Down

0 comments on commit a70df48

Please sign in to comment.