1
0
Fork 0
freesewing/packages/prettier-config/index.json
2021-04-24 10:16:31 +02:00

7 lines
145 B
JSON

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