Fix format settings for html
This commit is contained in:
parent
8369fa4949
commit
43b36cb619
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -4,5 +4,9 @@
|
||||||
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
|
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
|
||||||
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
||||||
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
||||||
"typescript.format.placeOpenBraceOnNewLineForFunctions": true
|
"typescript.format.placeOpenBraceOnNewLineForFunctions": true,
|
||||||
|
"html.format.extraLiners": "",
|
||||||
|
"html.format.indentInnerHtml": true,
|
||||||
|
"html.format.maxPreserveNewLines": 1,
|
||||||
|
"html.format.wrapAttributes": "preserve-aligned"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue