openapi-typescript-codegen/.prettierrc.json
2019-11-05 10:39:26 +01:00

8 lines
116 B
JSON

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