Skip to content

Instantly share code, notes, and snippets.

View davishooly's full-sized avatar
💭
I may be slow to respond.

daviskimame davishooly

💭
I may be slow to respond.
  • Andela kenya
  • NAIROBI
View GitHub Profile
{
"window.zoomLevel": 0,
// Format a file on save. A formatter must be available, the file must not be auto-saved, and editor must not be shutting down.
"editor.formatOnSave": true,
// Enable/disable default JavaScript formatter (For Prettier)
"javascript.format.enable": false,
// Use 'prettier-eslint' instead of 'prettier'. Other settings will only be fallbacks in case they could not be inferred from eslint rules.
// Enable per-language
"[javascript]": {
"editor.formatOnSave": true