Current File : //var/www/prestashop/modules/blockwishlist/.prettierrc.js
module.exports = {
  htmlWhitespaceSensitivity: 'ignore',
  semi: true,
  singleQuote: true,
  vueIndentScriptAndStyle: true,
  trailingComma: 'none'
};