mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
deno.json: switch to flat config for fmt
This commit is contained in:
parent
9539eb5055
commit
36cc20eae4
1 changed files with 7 additions and 11 deletions
|
|
@ -17,10 +17,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fmt": {
|
"fmt": {
|
||||||
"files": {
|
"include": ["src/"],
|
||||||
"include": ["src/"]
|
|
||||||
},
|
|
||||||
"options": {
|
|
||||||
"useTabs": false,
|
"useTabs": false,
|
||||||
"lineWidth": 120,
|
"lineWidth": 120,
|
||||||
"indentWidth": 2,
|
"indentWidth": 2,
|
||||||
|
|
@ -28,5 +25,4 @@
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"proseWrap": "preserve"
|
"proseWrap": "preserve"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue