diff --git a/.vscode/settings.json b/.vscode/settings.json index da8a9162e2..bf4cc506a6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,5 @@ // Place your settings in this file to overwrite default and user settings. { - "editor.fontFamily": "Fira Code", - "editor.fontLigatures": true, "files.exclude": { "**/.git": true, "**/.svn": true, @@ -11,8 +9,6 @@ "**/.happypack": true }, "editor.renderIndentGuides": true, - "window.zoomLevel": 8, - "html.format.wrapAttributes": "force", "markdownlint.config": { "MD032": false, "MD004": false,