Skip to content

Instantly share code, notes, and snippets.

@gnlow
Created September 28, 2021 11:25
Show Gist options
  • Save gnlow/6d0e4f6c5778ccde9b31e7ade098b3fb to your computer and use it in GitHub Desktop.
Save gnlow/6d0e4f6c5778ccde9b31e7ade098b3fb to your computer and use it in GitHub Desktop.
{
"incremental": true,
"typescript": {
"lineWidth": 70,
"indentWidth": 4,
"semiColons": "asi",
"quoteStyle": "alwaysDouble",
"arrowFunction.useParentheses": "preferNone"
},
"json": {
"lineWidth": 70,
"indentWidth": 4
},
"markdown": {
"lineWidth": 70
},
"includes": ["**/*.{ts,tsx,js,jsx,cjs,mjs,json,md}"],
"excludes": [
"**/dist"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.56.2.wasm",
"https://plugins.dprint.dev/json-0.13.0.wasm",
"https://plugins.dprint.dev/markdown-0.10.0.wasm"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment