Skip to content

Commit

Permalink
Apply JavaScript styles to TypeScript too
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Mar 31, 2019
1 parent ead2fe1 commit e5327ab
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 @@ -18,7 +18,7 @@ indent_style = space
indent_size = 2

# JavaScript-specific settings
[*.js]
[*.{js,ts}]
quote_type = double
continuation_indent_size = 2
curly_bracket_next_line = false
Expand Down

0 comments on commit e5327ab

Please sign in to comment.