mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 02:30:53 +00:00
dprint: prefer double quotes only if it makes sense
This commit is contained in:
parent
6c92771864
commit
61fb7744a1
@ -8,7 +8,7 @@
|
||||
"typescript": {
|
||||
"useTabs": true,
|
||||
"semiColons": "always",
|
||||
"quoteStyle": "alwaysDouble",
|
||||
"quoteStyle": "preferDouble",
|
||||
"newLineKind": "lf",
|
||||
"useBraces": "always",
|
||||
"bracePosition": "nextLine",
|
||||
|
Loading…
Reference in New Issue
Block a user