mirror of
https://github.com/LukeHagar/prettier-plugin-openapi.git
synced 2025-12-06 04:21:03 +00:00
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
{
|
|
"plugins": ["./dist/index.js"],
|
|
"tabWidth": 2,
|
|
"printWidth": 80,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5"
|
|
}
|