Skip to content

Instantly share code, notes, and snippets.

@mioe
Last active May 6, 2023 11:40
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 mioe/30fdd364aa0ca977deb0d5563142dc00 to your computer and use it in GitHub Desktop.
Save mioe/30fdd364aa0ca977deb0d5563142dc00 to your computer and use it in GitHub Desktop.
my config for fmt deno
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"fmt": {
"semiColons": false,
"singleQuote": true,
"useTabs": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment