Closed tui95 closed 2 years ago
Could u can provide a demo: like
chore: update config
- eslint config
- vscode config
What I meant was I'd like a feature where when set in config, will add a new line between the commit subject and commit body automatically.
Sorry. I don't have any config
Could u can provide a demo: like
chore: update config - eslint config - vscode config
since I use this library via the command line.
Sorry if you misunderstood me, it's actually an example msg lol 😂 like 🤔
chore: update config
- eslint config
- vscode config
mean there r double new line?
Oh, I see. I'd like only a single new line like the one in the conventional commits example.
Currently, there will be blank lines !!! I thought this option was an extra line lol 😂 Just try it!
If there is a problem, take a screenshot and I will fix it
Sorry. It already works. I misunderstood with the commit display in the github UI
What makes you misunderstood, you can say it directly and I will see how to improve 😎
It's my misunderstanding about github UI that's not related to this tool
💭 Describe the feature
Is it possible to add a config for
body-leading-blank
option in commitlint?💡 Proposed Solution
By setting an option
bodyLeadingBlank
totrue
in a config file, a new line will be added between commit subject and body.