|
{
|
|
"plugins": ["prettier-plugin-jsdoc", "prettier-plugin-sql"],
|
|
"tabWidth": 4,
|
|
"printWidth": 160,
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"singleAttributePerLine": false,
|
|
"quoteProps": "preserve",
|
|
"bracketSpacing": true,
|
|
"language": "postgresql"
|
|
}
|