10 lines
201 B
JSON
10 lines
201 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"printWidth": 100,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf"
|
|
}
|