Skip to content

Commit

Permalink
Set .editorconfig's indent_style to space for yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoestl committed Oct 30, 2017
1 parent 93822e8 commit 7fdd5e1
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 @@ -7,7 +7,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json,js,jsx,html,css}]
[*.{json,js,jsx,html,css,yml}]
indent_style = space
indent_size = 4

Expand Down

0 comments on commit 7fdd5e1

Please sign in to comment.