Fixing vscode parentheses
This commit is contained in:
@@ -14,5 +14,10 @@
|
|||||||
"editor.hover.delay": 1000,
|
"editor.hover.delay": 1000,
|
||||||
"editor.hover.sticky": false,
|
"editor.hover.sticky": false,
|
||||||
"editor.fontFamily": "Cousine",
|
"editor.fontFamily": "Cousine",
|
||||||
"workbench.colorTheme": "Default Light Modern"
|
"workbench.colorTheme": "Default Light Modern",
|
||||||
|
"editor.autoClosingBrackets": "never",
|
||||||
|
"editor.autoClosingOvertype": "never",
|
||||||
|
"editor.autoClosingComments": "never",
|
||||||
|
"editor.autoClosingQuotes": "never",
|
||||||
|
"editor.autoSurround": "never"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user