mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
disable html formatting
This commit is contained in:
parent
883a1971c5
commit
e3043e8187
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -1,5 +1,8 @@
|
||||
{
|
||||
"javascript.preferences.quoteStyle": "single",
|
||||
"typescript.preferences.quoteStyle": "single",
|
||||
"editor.formatOnSave": true
|
||||
"javascript.preferences.quoteStyle": "single",
|
||||
"typescript.preferences.quoteStyle": "single",
|
||||
"editor.formatOnSave": true,
|
||||
"[html]": {
|
||||
"editor.formatOnSave": false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user