walk-up-alarm/.pretterrc.json

21 lines
280 B
JSON
Raw Permalink Normal View History

{
"singleQuote": true,
"trailingComma": "none",
"overrides": [
{
"files": "*.scss",
"options": {
"tabWidth": 4,
"printWidth": 120
}
},
{
"files": "*.json",
"options": {
"printWidth": 200
}
}
]
}