From b4233c4e6d85fd654058490fb75c1255fb697d22 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 31 May 2021 19:35:01 -0400 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4c2dec4..de1d748 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,21 +1,5 @@ { "editor.formatOnType": true, "editor.formatOnSave": true, - "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix", - "files.associations": { - "*.tpl": "html" - }, - "editor.tabSize": 2, - "editor.detectIndentation": false, - // Per https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss - "editor.quickSuggestions": { - "strings": true - }, - "tailwindCSS.includeLanguages": { - "plaintext": "html" - }, - "editor.colorDecorators": true, - "tailwindCSS.colorDecorators": true, - "html.format.contentUnformatted": "pre,code,textarea,bind,title", - "html.format.wrapLineLength": 100 -} \ No newline at end of file + "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix" +}