Skip to content

Commit

Permalink
Other (editorconfig): Use single quotes, Closes #9203
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Mar 26, 2021
1 parent 3e27652 commit c0ec52a
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 c0ec52a

Please sign in to comment.