How do I enforce the 50 character commit summary line in Sublime?
As a naturally talkative soul, my summary lines almost always exceed 50 characters. How do I enforce a 50 character limit on my title lines in sublime for commit messages and commit messages only? Is there a way to customize the settings? VonC A plugin like sublime-text-git would impose a soft wrap on git commit message : { "rulers": [70] } But that applies to all the lines, not just the first one. You could modify that plugin to change colors when you type (but that would require some python programming); this is what an editor like vim does : Remember that for previous lengthy message, you