1
0
Fork 0
freesewing/packages/prettier-config/index.json

8 lines
146 B
JSON
Raw Normal View History

{
"$schema": "http://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}