Files
new-api/plugins/.oxfmtrc.json
T

12 lines
255 B
JSON

{
"$schema": "../web/node_modules/oxfmt/configuration_schema.json",
"endOfLine": "lf",
"insertFinalNewline": true,
"printWidth": 160,
"quoteProps": "as-needed",
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}