mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2026-01-18 15:54:59 +00:00
9 lines
144 B
JSON
9 lines
144 B
JSON
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"arrowParens": "avoid",
|
|
"printWidth": 200,
|
|
"tabWidth": 4
|
|
}
|