Last active
May 6, 2023 11:40
-
-
Save mioe/30fdd364aa0ca977deb0d5563142dc00 to your computer and use it in GitHub Desktop.
my config for fmt deno
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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