openapi-typescript-codegen/.prettierrc.json
2021-10-28 15:51:39 +02:00

9 lines
144 B
JSON

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