Selon plus joli, faux en javascript

// .prettierrc example - no semicolons in JavaScript 
{
  "tabWidth": 4,
  "useTabs": false,
  "singleQuote": true,
  "printWidth": 120,
  "bracketSpacing": true,
  "editor.formatOnSave": true,
  "semi": false
}
Rich Rhinoceros