Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep string quotes columns #11

Open
prismec opened this issue Jul 14, 2017 · 2 comments
Open

Keep string quotes columns #11

prismec opened this issue Jul 14, 2017 · 2 comments

Comments

@prismec
Copy link

prismec commented Jul 14, 2017

a|b
"a"|"b"

currently formats to

a | b
a | b

but it should format to

a   | b
"a" | "b"
@VororRich
Copy link

Upvote for this. Many people use quoted values to allow specification of null values

| input | output   |
|       | isNull   |
| ""    | isEmpty  |
| "Foo" | isString |

@aanutter
Copy link

Any chance of this being addressed soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants