TaoK / PoorMansTSqlFormatter

A small free .Net and JS library (with demo UI, command-line bulk formatter, SSMS/VS add-in, notepad++ plugin, winmerge plugin, and demo webpage) for reformatting and coloring T-SQL code to the user's preferences.
http://www.architectshack.com/PoorMansTSqlFormatter.ashx
GNU Affero General Public License v3.0
969 stars 268 forks source link

New Option: Expand Functions #196

Open fghber opened 6 years ago

fghber commented 6 years ago

The default formatting is great. Thumbs up for that.

However, I do not like that all functions get expanded, e.g.

SELECT id
    ,CONCAT (
        a
        ,b
        )
FROM ttable