0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-12-25 04:51:59 +00:00

chore: fix prettier config

This commit is contained in:
Baoshuo Ren 2022-04-02 08:55:46 +08:00
parent bd57d29a08
commit c9836f7d66
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -1,10 +1,10 @@
{ {
"tabSize": 4, "tabWidth": 4,
"overrides": [ "overrides": [
{ {
"files": "*.md", "files": "*.md",
"options": { "options": {
"tabSize": 2 "tabWidth": 2
} }
} }
] ]