Skip to content

Conversation

@vertical-blank
Copy link
Owner

No description provided.

readme.md Outdated
You can pass indent string to `format` :

```scala
SqlFormatter.format("SELECT * FROM table1", indent = " ")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FormatConfig(indent = " ")

readme.md Outdated
```scala
SqlFormatter.format(
"SELECT *",
dialect = SqlDialect.CouchbaseN1QL)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FormatConfig(dialect = SqlDialect.CouchbaseN1QL)

@takayahilton takayahilton merged commit 2d8fd8f into master Oct 7, 2019
@takayahilton takayahilton deleted the rename-and-add-method branch October 7, 2019 06:10
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

Successfully merging this pull request may close these issues.

3 participants