🐛 文档格式

This commit is contained in:
Tw93
2022-12-12 15:36:09 +08:00
parent 89d04ee0f1
commit c3821b1ab1
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ trim_trailing_whitespace = true
insert_final_newline = true
# Use 4 spaces for Python, Rust and Bash files
[*.{py,rs,sh,md}]
[*.{py,rs,sh}]
indent_size = 4
# Makefiles always use tabs for indentation

View File

@@ -11,11 +11,11 @@ graph LR
```
- `dev` branch
- `dev` is the developing branch.
- It's **RECOMMENDED** to commit feature PR to `dev`.
- `dev` is the developing branch.
- It's **RECOMMENDED** to commit feature PR to `dev`.
- `master` branch
- `master` is the release branch, we will make tag and publish version on this branch.
- If it is a document modification, it can be submitted to this branch.
- `master` is the release branch, we will make tag and publish version on this branch.
- If it is a document modification, it can be submitted to this branch.
## Commit Log