0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-08 16:38:47 +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
}
}
]
}

View File

@ -6,9 +6,9 @@
本仓库存放与 **OI** 有关的代码。
- 部分代码的思路借鉴了题解。
- 部分题目文件夹下会有 `solution.md` 给出做题思路,也会有部分题目会在 [博客](https://oi.baoshuo.ren/) 中给出题解。
- 部分题目的 `data` 文件夹下会存放该题的部分测试数据。
- 部分代码的思路借鉴了题解。
- 部分题目文件夹下会有 `solution.md` 给出做题思路,也会有部分题目会在 [博客](https://oi.baoshuo.ren/) 中给出题解。
- 部分题目的 `data` 文件夹下会存放该题的部分测试数据。
做题时间请参考 `Author Date` ,或根据题目对应提交中注明的提交记录编号查找。