openapi-typescript-codegen/.prettierrc.json
2020-04-24 23:06:56 +02:00

9 lines
144 B
JSON

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