Describe the bug
When I prepend create view MyView as to a query, sqlfmt no longer formats the file.
To Reproduce
CREATE VIEW myview AS SELECT * FROM mytable
Expected behavior
create view myview as select * from mytable
Actual behavior
CREATE VIEW myview AS SELECT * FROM mytable
Additional context
What is the output of sqlfmt --version?
Describe the bug
When I prepend
create view MyView asto a query, sqlfmt no longer formats the file.To Reproduce
Expected behavior
Actual behavior
Additional context
What is the output of
sqlfmt --version?