Skip to content

Commit

Permalink
Merge pull request #9204 from tony/tn-editorconfig-quotes
Browse files Browse the repository at this point in the history
Internal: Added the `quote_type=single` definition to the `.editorconfig` file. Closes #9203.

Thanks, @tony.
  • Loading branch information
pomek authored Mar 30, 2021
2 parents 3e27652 + c0ec52a commit b905aaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.{js,jsx,ts}]
quote_type = single

[package.json]
indent_style = space
tab_width = 2

0 comments on commit b905aaa

Please sign in to comment.