sdk-monorepo/.prettierrc

7 lines
116 B
Plaintext

{
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": false,
"printWidth": 110
}