mirror of
https://github.com/denoland/deno.git
synced 2025-02-09 07:41:33 -05:00
![David Sherret](/assets/img/avatar_default.png)
* Add `specifier_to_file_path` to support converting a ModuleSpecifier with a unix-style path to a PathBuf on Windows.
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"fmt": {
|
|
"files": {
|
|
"include": ["fmt_with_config/"],
|
|
"exclude": ["fmt_with_config/b.ts"],
|
|
"dont_know_this_field": {}
|
|
},
|
|
"options": {
|
|
"useTabs": true
|
|
}
|
|
}
|
|
}
|