26 lines
464 B
JSON
26 lines
464 B
JSON
{
|
|
"useTabs": true,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"trailingComma": "none",
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"useTabs": false,
|
|
"trailingComma": "none",
|
|
"arrowParens": "avoid",
|
|
"proseWrap": "never"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.{json,babelrc,eslintrc,remarkrc,prettierrc}",
|
|
"options": {
|
|
"useTabs": false
|
|
}
|
|
}
|
|
]
|
|
}
|