0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-12-24 18:31:59 +00:00

chore: format README.md

This commit is contained in:
Baoshuo Ren 2022-04-01 17:16:52 +08:00
parent 50e83048ff
commit f5c8f1dd27
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68
2 changed files with 14 additions and 3 deletions

11
.prettierrc Normal file
View File

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