mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-04 21:58:48 +00:00
37 lines
512 B
Plaintext
37 lines
512 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
},
|
|
{
|
|
"files": "*.y{,a}ml",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
},
|
|
{
|
|
"files": "*.json",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
},
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
},
|
|
{
|
|
"files": ".clang-format",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|