sqlformat Beautifier
About
sqlformat beautifier for Unibeautify
Package | Docs | Latest |
---|---|---|
@unibeautify/beautifier-sqlformat | v0.0.1 | |
unibeautify | v0.17.0 |
Prerequisites
Please install the following prerequisites:
Install
Install with npm
:
npm install --save-dev unibeautify @unibeautify/beautifier-sqlformat
Or with yarn
:
yarn add --dev unibeautify @unibeautify/beautifier-sqlformat
Usage
Add sqlformat
to beautifiers
language option.
A .unibeautifyrc.json
file would look like the following:
{
"SQL": {
"beautifiers": [
"sqlformat"
]
}
}
Options
Option | SQL |
---|---|
Identifier Case | ✅ |
Indent Size | ✅ |
Keyword Case | ✅ |