mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
20 lines
243 B
Text
20 lines
243 B
Text
|
{
|
||
|
"fmt": {
|
||
|
"files": {
|
||
|
"include": [
|
||
|
"./subdir/"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"./subdir/b.ts"
|
||
|
]
|
||
|
},
|
||
|
"options": {
|
||
|
"useTabs": true,
|
||
|
"lineWidth": 40,
|
||
|
"indentWidth": 8,
|
||
|
"singleQuote": true,
|
||
|
"proseWrap": "always"
|
||
|
}
|
||
|
}
|
||
|
}
|