Sql-formatter optimization (#368)
* Optimize sql-formatter (1) - avoid unnecessary string allocation when tokenizing and formatting
* Optimize sql-formatter (2) - remove RegexOptions.Compiled
* cleanup
* cleanup
* revert method access level to internal in TokenHelper
* add regex default match timeout & compiled option to static regex fields