Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Oct 18, 2024
1 parent 4b23595 commit 15c539e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"[toml]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[typescript]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[yaml]": {
"editor.defaultFormatter": "dprint.dprint"
},
Expand Down
15 changes: 7 additions & 8 deletions dprint.jsonc → dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"commands": [
{
"command": "sql-formatter -c sql_fmt.json -l postgresql",
"exts": ["sql"],
},
],
"exts": ["sql"]
}
]
},
"markdown": {
"textWrap": "always",
"textWrap": "always"
},
"typescript": {
"arrowFunction.useParentheses": "force",
"quoteProps": "asNeeded",
"semiColons": "asi",
"semiColons": "asi"
},
"excludes": [".sqlx", "src/graphql/generated.rs", "target"],
"plugins": [
Expand All @@ -25,7 +25,6 @@
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm",
"https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/toml-0.6.3.wasm",
// "https://plugins.dprint.dev/typescript-0.93.0.wasm"
],
"https://plugins.dprint.dev/toml-0.6.3.wasm"
]
}

0 comments on commit 15c539e

Please sign in to comment.