pgtune/.prettierrc
Alexey Vasiliev e82f21bce9
moved to vite
2023-08-06 20:59:37 +03:00

8 lines
144 B
Text

{
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 100,
"trailingComma": "none"
}