1
0
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:
Sotiri Bakagiannis 2021-07-09 14:06:22 +01:00
parent 6c92771864
commit 61fb7744a1

View File

@ -8,7 +8,7 @@
"typescript": { "typescript": {
"useTabs": true, "useTabs": true,
"semiColons": "always", "semiColons": "always",
"quoteStyle": "alwaysDouble", "quoteStyle": "preferDouble",
"newLineKind": "lf", "newLineKind": "lf",
"useBraces": "always", "useBraces": "always",
"bracePosition": "nextLine", "bracePosition": "nextLine",