mirror of
https://github.com/denoland/deno.git
synced 2025-01-16 10:54:14 -05:00
16 lines
278 B
JSON
16 lines
278 B
JSON
|
{
|
||
|
"fmt": {
|
||
|
"files": {
|
||
|
"include": ["fmt/fmt_with_config/"],
|
||
|
"exclude": ["fmt/fmt_with_config/b.ts"]
|
||
|
},
|
||
|
"options": {
|
||
|
"useTabs": true,
|
||
|
"lineWidth": 40,
|
||
|
"indentWidth": 8,
|
||
|
"singleQuote": true,
|
||
|
"proseWrap": "always"
|
||
|
}
|
||
|
}
|
||
|
}
|