0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-21 18:38:57 +01:00
flags/.prettierrc.json
Panayiotis Lipiridis dfdd7b2b9a Update readme
2021-10-22 23:39:50 +03:00

21 lines
340 B
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
}
}
]
}