From 63e09e5b17bd36f5ed382d08993ab507cbbfe330 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Tue, 3 Sep 2024 09:30:19 +0000 Subject: [PATCH] chore: disable markdown word wrap --- .config/Code/User/settings.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 14d4220..905ddac 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -24,8 +24,7 @@ "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, "files.associations": { - "Vagrantfile": "ruby", - "*.yaml.jinja": "yaml" + "Vagrantfile": "ruby" }, "files.eol": "\n", "files.insertFinalNewline": true, @@ -61,6 +60,9 @@ "workbench.enableExperiments": false, "workbench.settings.enableNaturalLanguageSearch": false, "workbench.startupEditor": "newUntitledFile", + "[markdown]": { + "editor.wordWrap": "off" + }, "[python]": { "editor.codeActionsOnSave": { "source.organizeImports": "explicit"