Skip to content

Instantly share code, notes, and snippets.

@lucacasonato
Created March 21, 2021 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucacasonato/2e612d27484c214c254ace4167605dce to your computer and use it in GitHub Desktop.
Save lucacasonato/2e612d27484c214c254ace4167605dce to your computer and use it in GitHub Desktop.
dprint config for deno with tabs
{
"$schema": "https://dprint.dev/schemas/v0.json",
"projectType": "openSource",
"incremental": true,
"typescript": {
"deno": true,
"useTabs": true
},
"includes": ["**/*.{ts,tsx,js,jsx}"],
"excludes": ["**/node_modules"],
"plugins": ["https://plugins.dprint.dev/typescript-0.42.0.wasm"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment