mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 23:31:24 -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.
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"fmt": {
|
|
"files": {
|
|
"include": ["fmt_with_config/"],
|
|
"exclude": ["fmt_with_config/b.ts"]
|
|
},
|
|
"options": {
|
|
"useTabs": true,
|
|
"lineWidth": 40,
|
|
"indentWidth": 8,
|
|
"singleQuote": true,
|
|
"proseWrap": "always"
|
|
}
|
|
}
|
|
}
|