Skip to content

Commit

Permalink
small changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed May 4, 2024
1 parent 7e87916 commit 7c41869
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"moda",
"Modane",
"mume",
"nextjs",
"noconfirm",
"pacman",
"pagedown",
Expand All @@ -87,6 +88,8 @@
"psql",
"Qiita",
"rgba",
"Roboto",
"tailwindcss",
"todos",
"vsnotes",
"vuejs",
Expand Down Expand Up @@ -158,11 +161,23 @@
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[javascriptreact]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[markdown]": {
"files.trimTrailingWhitespace": false,
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"[python]": {
"editor.formatOnType": false
},
"[typescript]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[typescriptreact]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
}
}

0 comments on commit 7c41869

Please sign in to comment.