Skip to content

Instantly share code, notes, and snippets.

@kevinSuttle
Last active September 16, 2022 09:44
Show Gist options
  • Save kevinSuttle/48123baa37fc36d8ecb2 to your computer and use it in GitHub Desktop.
Save kevinSuttle/48123baa37fc36d8ecb2 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.formatOnSave": true,
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"flow.useNPMPackagedFlow": true,
"javascript.format.enable": false,
"javascript.validate.enable": false,
"prettier.eslintIntegration": true,
}
@er-karim
Copy link

Thanks for the settings.

@kevinSuttle
Copy link
Author

You're welcome @tucq88, @er-karim.

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