1
0
Fork 0
freesewing/packages/prettier-config/index.json
2019-08-03 15:23:52 +02:00

7 lines
146 B
JSON

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