scim-docs/node_modules/tiny-matter/.prettierrc

10 lines
219 B
Text
Raw Normal View History

2024-08-29 10:10:19 +00:00
{
"$schema": "http://json.schemastore.org/prettierrc",
"arrowParens": "avoid",
"endOfLine": "auto",
"printWidth": 120,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSameLine": true
}