Skip to content

Commit

Permalink
chore: update format
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Nov 17, 2023
1 parent 9c7bbb8 commit 8ec0108
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
29 changes: 28 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"[typescript]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[typescriptreact]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[javascript]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[javascriptreact]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[json]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[jsonc]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[markdown]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[html]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[css]": {
"editor.defaultFormatter": "dprint.dprint"
}
}
9 changes: 5 additions & 4 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
"lineWidth": 120,
"indentWidth": 4,
"includes": [
"*.{ts,tsx,js,jsx,cjs,mjs,json,md,css}"
"*.{ts,tsx,js,jsx,cjs,mjs,json,md,css,html}"
],
"excludes": [
"**/node_modules",
"**/*-lock.json",
"build"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.88.1.wasm",
"https://plugins.dprint.dev/json-0.17.4.wasm",
"https://plugins.dprint.dev/typescript-0.88.3.wasm",
"https://plugins.dprint.dev/json-0.19.0.wasm",
"https://plugins.dprint.dev/markdown-0.16.2.wasm",
"https://plugins.dprint.dev/g-plane/malva-v0.1.0.wasm"
"https://plugins.dprint.dev/g-plane/malva-v0.1.2.wasm",
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.2.1.wasm"
]
}

1 comment on commit 8ec0108

@vercel
Copy link

@vercel vercel bot commented on 8ec0108 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lrc-maker – ./

lrc-maker.vercel.app
lrc-maker-magic-akari.vercel.app
lrc-maker-git-master-magic-akari.vercel.app

Please sign in to comment.