Skip to content

Commit

Permalink
chore: disable markdown word wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Sep 3, 2024
1 parent 3d25da0 commit 63e09e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -61,6 +60,9 @@
"workbench.enableExperiments": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"workbench.startupEditor": "newUntitledFile",
"[markdown]": {
"editor.wordWrap": "off"
},
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
Expand Down

0 comments on commit 63e09e5

Please sign in to comment.