Skip to content

Commit

Permalink
Update .editorconfig for YML files
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete committed May 29, 2018
1 parent 2a82f2c commit b50fd1d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

; applies only to JS and TS files
[*.{js,ts}]
tab_width = 2
indent_size = 2
continuation_indent_size = 2

[*.ts]
; applies only to JS, TS, and YML files
[*.{js,ts,yml}]
tab_width = 2
indent_size = 2
continuation_indent_size = 2
Expand Down

0 comments on commit b50fd1d

Please sign in to comment.