From c4132b920aee993f9d2edbe13d4ff8b2dc0f2583 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 15 Jun 2018 10:23:05 +0100 Subject: [PATCH] remove vscode changes --- .vscode/settings.json | 4 ---- 1 file changed, 4 deletions(-) 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,