Current File : //home/tradevaly/www/public/assets/frontend/flag-icon/.prettierrc.json
{
  "arrowParens": "avoid",
  "bracketSpacing": false,
  "printWidth": 80,
  "proseWrap": "never",
  "requirePragma": false,
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "all",
  "useTabs": false,
  "overrides": [
    {
      "files": "*.json",
      "options": {
        "printWidth": 200
      }
    }
  ]
}