0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-20 00:25:24 +00:00
OI-codes/.prettierrc

18 lines
290 B
Plaintext
Raw Normal View History

2022-04-01 09:16:52 +00:00
{
2022-04-02 00:55:46 +00:00
"tabWidth": 4,
2022-04-01 09:16:52 +00:00
"overrides": [
{
"files": "*.md",
"options": {
2022-04-02 00:55:46 +00:00
"tabWidth": 2
2022-04-01 09:16:52 +00:00
}
2022-05-26 03:21:26 +00:00
},
{
"files": "*.y{,a}ml",
"options": {
"tabWidth": 2
}
2022-04-01 09:16:52 +00:00
}
]
}