From df83facdc66a112b3ec695be8987b0172da64972 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 29 Apr 2023 12:00:11 +0200 Subject: [PATCH] Sort settings properly. --- .bauke/.vscode/settings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.bauke/.vscode/settings.json b/.bauke/.vscode/settings.json index 12d68a7..1ff99ea 100644 --- a/.bauke/.vscode/settings.json +++ b/.bauke/.vscode/settings.json @@ -1,9 +1,6 @@ { "deno.enable": true, "git.untrackedChanges": "hidden", - "[typescript]": { - "editor.defaultFormatter": "denoland.vscode-deno" - }, "Lua.diagnostics.disable": [ // The custom functions for Conky must be global and start with lowercase // "conky", so this warning has to be disabled. @@ -12,5 +9,8 @@ "Lua.diagnostics.globals": [ "conky", "conky_parse" - ] + ], + "[typescript]": { + "editor.defaultFormatter": "denoland.vscode-deno" + } }