🐛 文档格式
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user