How to automatically format SQL files with Git and Poor Man's T-SQL Formatter

from blog Just Some Code, | ↗ original
I believe we shouldn’t discuss formatting and linting during code reviews. That should be automated. With that in mind, these days, I learned how to automatically format SQL files with Git and Poor Man’s T-SQL Formatter for one of my client’s projects. I already shared about two free tools to format SQL files. Poor Man’s T-SQL Formatter is one of...