mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-13 12:19:10 +08:00
📝Add emoji convention
This commit is contained in:
parent
44e270622f
commit
1ba8fc558a
@ -7,9 +7,20 @@ permalink: "/conventions"
|
||||
|
||||
## Content
|
||||
|
||||
- [commit emoji convention](#commit-emoji-convention)
|
||||
- [viml coding style guild](#viml-coding-style-guide)
|
||||
- [markdown style guide](#markdown-style-guide)
|
||||
|
||||
## Commit emoji convention
|
||||
|
||||
- :memo: Add comment or doc
|
||||
- :gift: New feature.
|
||||
- :bug: Bug fix
|
||||
- :bomb: Breaking compatibility.
|
||||
- :white_check_mark: Write test.
|
||||
- :fire: Remove something.
|
||||
- :beer: I'm happy like reduced code complexity.
|
||||
|
||||
## Viml coding style guide
|
||||
### Portability
|
||||
Vim is highly configurable. Users can change many of the default settings, including the case sensitivity, the regular expression rules, the substitution rules, and more. In order for your vimscript to work for all users, follow these guidelines:
|
||||
|
Loading…
x
Reference in New Issue
Block a user