Create settings.json
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"prettier.proseWrap": "always",
|
||||
|
||||
"prettier.tabWidth": 2,
|
||||
"editor.tabSize": 2,
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"workbench.colorTheme": "Default Light+",
|
||||
"javascript.format.semicolons": "insert",
|
||||
"window.zoomLevel": 1,
|
||||
"trunk.trunkGrayOutNonBlockingIssues": false
|
||||
}
|
||||
Reference in New Issue
Block a user