You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Feature
Currently, keywords can be turned uppercase/lowercase. This setting also acts on types.
mysql_pump outputs types in lowercase and keywords in uppercase, I would like to use the same style in my files. Not by preserving what I type, but allowing me to type all lowercase and get sql-formatter to turn only keywords to uppercase and leaving types in lowercase. If I paste some code in, and this code happens to have uppercase types, I would like sql-formatter to turn these types to lowercase, just the types.
Why do you want this feature?
mysql_pump and pg_dump use this formatting style, it's readable and I like it.
The text was updated successfully, but these errors were encountered:
Describe the Feature
Currently, keywords can be turned uppercase/lowercase. This setting also acts on types.
mysql_pump outputs types in lowercase and keywords in uppercase, I would like to use the same style in my files. Not by preserving what I type, but allowing me to type all lowercase and get sql-formatter to turn only keywords to uppercase and leaving types in lowercase. If I paste some code in, and this code happens to have uppercase types, I would like sql-formatter to turn these types to lowercase, just the types.
Why do you want this feature?
mysql_pump and pg_dump use this formatting style, it's readable and I like it.
The text was updated successfully, but these errors were encountered: