Open
Description
Input data
Which SQL and options did you provide as input?
select foo['bar']['baz']['boz']
Expected Output
select
foo['bar']['baz']['boz']
Actual Output
select
foo['bar'] ['baz'] ['boz']
Usage
- How are you calling / using the library?
- I used the demo website
- What SQL language(s) does this apply to?
- I tested with
Snowflake
andPostgresql
- I tested with
- Which SQL Formatter version are you using?
- The latest one.
Infos
This is not breaking, afaik it works with spaces in between as well. However it looks a bit weird, so maybe we can figure this out?