Skip to content

Commit

Permalink
fix: markdown用のvscode設定
Browse files Browse the repository at this point in the history
  • Loading branch information
narirou committed Dec 7, 2024
1 parent 71a6e44 commit b868864
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[markdown]": {
"editor.formatOnSave": false
},
"perlnavigator.includePaths": [
"webapp/perl/lib",
"webapp/perl/local/lib/perl5"
Expand Down

0 comments on commit b868864

Please sign in to comment.