mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
14 lines
360 B
JSON
14 lines
360 B
JSON
{
|
|
"javascript.preferences.quoteStyle": "single",
|
|
"javascript.preferences.importModuleSpecifier": "relative",
|
|
"typescript.preferences.quoteStyle": "single",
|
|
"typescript.preferences.importModuleSpecifier": "relative",
|
|
"editor.formatOnSave": false,
|
|
"[json]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"markdownlint.config": {
|
|
"MD033": false
|
|
}
|
|
}
|