IP-Molchan-job_interview/.prettierrc.json

12 lines
271 B
JSON
Raw Normal View History

2025-01-29 11:45:29 +03:00
{
"plugins": ["prettier-plugin-jsdoc", "prettier-plugin-sql"],
"tabWidth": 4,
"printWidth": 160,
"singleQuote": false,
"trailingComma": "all",
"singleAttributePerLine": false,
"quoteProps": "preserve",
"bracketSpacing": true,
"language": "postgresql"
}