Skip to content

Commit

Permalink
Config change for json quotation rule
Browse files Browse the repository at this point in the history
  • Loading branch information
aidant19 committed Jan 10, 2024
1 parent a11406a commit f6dbbfb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
quote_type = single
[*.{json}]
quote_type = double

[*.{js,yml}]
quote_type = single

0 comments on commit f6dbbfb

Please sign in to comment.