See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| { | |
| "files.autoSave": "onFocusChange", | |
| "editor.fontLigatures": true, | |
| "editor.fontFamily": "Fira Code SemiBold, Consolas, 'Courier New', monospace", | |
| "editor.fontSize": 20, | |
| "editor.wordWrap": "wordWrapColumn", | |
| "editor.tabSize": 2, | |
| "prettier.requireConfig": false, | |
| "prettier.semi": false, | |
| "editor.codeActionsOnSave": { "source.fixAll": true }, |