jdorn / sql-formatter

A lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.
http://jdorn.github.com/sql-formatter/
MIT License
3.89k stars 187 forks source link

Add Indent Level as an arg for format method of Sqlformatter #88

Open soWizardly opened 8 years ago

soWizardly commented 8 years ago

In my use case, I needed to be able to variably set the indent_level of sqlformatter.

This is a simple adjustment, and should be generally beneficial.