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