0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-22 02:47:32 +01:00
flags/.prettierrc.json

21 lines
340 B
JSON
Raw Normal View History

2018-11-19 17:26:13 +01:00
{
"arrowParens": "avoid",
"bracketSpacing": false,
"printWidth": 80,
2021-10-22 22:39:50 +02:00
"proseWrap": "never",
2018-11-19 17:26:13 +01:00
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"overrides": [
{
"files": "*.json",
"options": {
"printWidth": 200
}
}
]
}