mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 22:45:03 -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
199 B
JSON
12 lines
199 B
JSON
{
|
|
"fmt": {
|
|
"files": {
|
|
"include": ["fmt_with_config/"],
|
|
"exclude": ["fmt_with_config/b.ts"]
|
|
},
|
|
"dont_know_this_field": {},
|
|
"options": {
|
|
"useTabs": true
|
|
}
|
|
}
|
|
}
|