mirror of
https://gitea.com/actions/cache.git
synced 2024-11-23 04:42:28 +08:00
04a5d36eb6
As Prettier infers the parser from the input file path, the `parser` option can be safely removed.
18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"printWidth": 80,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"overrides": [
|
|
{
|
|
"files": "**/*.md",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
} |