microsoft / Kusto-Query-Language

Kusto Query Language is a simple and productive language for querying Big Data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we use this pkg to format KQL?

callmewhy opened this issue · comments

Hi team, can we use this pkg to format KQL? We have some KQLs and want to align the format like indent and spaces. Thanks

Yes, this package includes the logic behind the intellisense features used in the ADX and Kusto Explorer editors. There is a formatting function that will format queries with a few options to control indentation and placement of brackets.

Hi @mattwar , the KustoFormatter is internal class. Could you help change it to public? thanks