Skip to content

Instantly share code, notes, and snippets.

@fahmilatib
Last active April 11, 2023 07:25
Show Gist options
  • Save fahmilatib/01be8b75fd4941d4d651ac35c4b6b8de to your computer and use it in GitHub Desktop.
Save fahmilatib/01be8b75fd4941d4d651ac35c4b6b8de to your computer and use it in GitHub Desktop.
VS Code settings
{
"editor.fontFamily":"JetBrains Mono NL",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.fontSize": 13,
"jestrunner.jestCommand": "npm run test --"
}
@fahmilatib
Copy link
Author

Screenshot 2023-04-11 at 2 48 25 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment