19 lines
379 B
JSON
19 lines
379 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/prettierrc",
|
|
"tabWidth": 4,
|
|
"semi": false,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.md", "*.yml"],
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
},
|
|
{
|
|
"files": ".firebaserc",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|