openapi-typescript-codegen/.prettierrc.json

8 lines
116 B
JSON

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 200,
"tabWidth": 4
}