botbook/node_modules/json-schema-library/.prettierrc

8 lines
118 B
Text
Raw Normal View History

2024-09-04 13:13:15 -03:00
{
"printWidth": 100,
"tabWidth": 4,
"singleQuote": false,
"bracketSpacing": true,
"trailingComma": "none"
}