From 8789dd2c8d452ed4599937acb636bade7fa08882 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 19 Jul 2018 00:49:34 -0400 Subject: [PATCH] Updates settings --- .vscode/settings.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a4ce60e..2415ad8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,15 +9,8 @@ "**/node_modules": true, "**/out": true }, - "javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, "postcssSorting.config": { - "order": [ - "custom-properties", - "dollar-variables", - "declarations", - "at-rules", - "rules" - ], + "order": ["custom-properties", "dollar-variables", "declarations", "at-rules", "rules"], "properties-order": "alphabetical", "unspecified-properties-position": "bottom" }, @@ -37,4 +30,4 @@ "whitespace" ], "typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version -} \ No newline at end of file +}