seyfert/deno.json
Yuzu b15666f20e
chore: use single quotes (#68)
* chore: single quote
2022-07-18 18:25:23 +00:00

10 lines
146 B
JSON

{
"fmt": {
"options": {
"indentWidth": 4,
"lineWidth": 120,
"singleQuote": true
}
}
}