Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Oct 6, 2024
1 parent ab0a0ec commit 1d437e5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,24 @@
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.lineNumbers": "off",
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 100
},
"cSpell.diagnosticLevel": "Information",
"editor.quickSuggestions": {
"strings": true
},
"files.associations": {
"*.css": "tailwindcss"
},
"github.copilot.enable": {
"*": true,
"markdown": false,
"plaintext": false,
"scminput": false
},
"markdown.copyFiles.destination": {
"/src/content/blog/**/*": "/src/assets/${fileName}"
},
Expand Down

0 comments on commit 1d437e5

Please sign in to comment.