Skip to content

Commit

Permalink
Apply JavaScript styling to TypeScript as well
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Dec 23, 2018
1 parent 7a4e16d commit 842a3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
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 842a3b7

Please sign in to comment.