Update renderer config for JSON figuredata

This commit is contained in:
Bill 2021-08-03 17:01:59 -04:00
parent 728d8c4f4b
commit f88efac443
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,8 @@
"typescript.format.placeOpenBraceOnNewLineForFunctions": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"emmet.showExpandedAbbreviation": "never",
"git.ignoreLimitWarning": true,

File diff suppressed because one or more lines are too long