mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 14:09:05 -05:00
25 lines
427 B
Plaintext
25 lines
427 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"plugins": ["prettier-plugin-sql"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.sql",
|
|
"options": {
|
|
"language": "postgresql",
|
|
"keywordCase": "lower",
|
|
"logicalOperatorNewline": "before"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.svg",
|
|
"options": {
|
|
"parser": "html"
|
|
}
|
|
}
|
|
]
|
|
}
|