See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| { | |
| "diffEditor.renderSideBySide": true, | |
| "editor.fontSize": 14, | |
| "editor.lineHeight": 22, | |
| "editor.tabSize": 2, | |
| "editor.matchBrackets": "never", | |
| "editor.cursorBlinking": "solid", | |
| "editor.selectionHighlight": false, | |
| "editor.occurrencesHighlight": "off", | |
| "editor.scrollbar.horizontal": "hidden", |