alex-hhh / emacs-sql-indent

Syntax based indentation for SQL files inside GNU Emacs
GNU General Public License v3.0
121 stars 18 forks source link

Transact-SQL if statements are not blocks (#107) #108

Closed alex-hhh closed 7 months ago

alex-hhh commented 8 months ago

IF statements in Transact-SQL (MSSQL) don't start a block context, so don't create one for them.