1
0
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:
wsdjeg 2017-04-09 23:40:33 +08:00
parent 44e270622f
commit 1ba8fc558a

View File

@ -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: