See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| #include <windows.h> | |
| #include <iostream> | |
| #include <map> | |
| #include <string> | |
| using namespace std; | |
| const unsigned DOT = 1, DASH = 3, SPACE_LETTER = 3, SPACE_THE_SAME_LETTER = 1, | |
| SPACE_WORD = 7; |