mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
13 lines
209 B
Text
13 lines
209 B
Text
|
{
|
||
|
"fmt": {
|
||
|
"files": {
|
||
|
"include": ["fmt/fmt_with_config/"],
|
||
|
"exclude": ["fmt/fmt_with_config/b.ts"],
|
||
|
"dont_know_this_field": {}
|
||
|
},
|
||
|
"options": {
|
||
|
"useTabs": true
|
||
|
}
|
||
|
}
|
||
|
}
|