Clean up initial state

This commit is contained in:
2023-03-19 17:17:04 +01:00
parent 3f9453304f
commit dccb94a792
11 changed files with 153 additions and 95 deletions

7
.nova/Configuration.json Normal file
View File

@ -0,0 +1,7 @@
{
"apexskier.typescript.config.formatDocumentOnSave": "true",
"apexskier.typescript.config.isEnabledForJavascript": "Enable",
"apexskier.typescript.config.organizeImportsOnSave": "true",
"apexskier.typescript.config.userPreferences.quotePreference": "single",
"apexskier.typescript.config.userPreferences.useLabelDetailsInCompletionEntries": true
}