From 596df42c86804f005e2a97ef6583e10a46374c93 Mon Sep 17 00:00:00 2001 From: Ben Dixon Date: Sun, 20 Jun 2021 11:31:24 +0100 Subject: [PATCH] fixes: key ordering --- templates/vscode-settings.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vscode-settings.json.j2 b/templates/vscode-settings.json.j2 index 4115777..c174030 100644 --- a/templates/vscode-settings.json.j2 +++ b/templates/vscode-settings.json.j2 @@ -3,7 +3,6 @@ "cSpell.language": "en-GB", "diffEditor.ignoreTrimWhitespace": false, "editor.lineNumbers": "relative", - "vim.smartRelativeLine": true, "editor.minimap.enabled": false, "editor.tabSize": 2, "elixirLS.fetchDeps": false, @@ -28,6 +27,7 @@ "terminal.integrated.allowChords": false, "typescript.tsserver.log": "verbose", "typescript.updateImportsOnFileMove.enabled": "always", + "vim.smartRelativeLine": true, "window.title": "${activeEditorLong}${separator}${rootName}", "window.zoomLevel": 2, "workbench.activityBar.visible": true,