mirror of
https://github.com/lipis/flag-icons.git
synced 2024-11-21 18:38:57 +01:00
21 lines
340 B
JSON
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
|
|
}
|
|
}
|
|
]
|
|
}
|