mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
Use incremental formatting internally for dprint (#6815)
This commit is contained in:
parent
bf9930066d
commit
a28e153a12
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://dprint.dev/schemas/v0.json",
|
"$schema": "https://dprint.dev/schemas/v0.json",
|
||||||
"projectType": "openSource",
|
"projectType": "openSource",
|
||||||
|
"incremental": true,
|
||||||
"lineWidth": 80,
|
"lineWidth": 80,
|
||||||
"indentWidth": 2,
|
"indentWidth": 2,
|
||||||
"typescript": {
|
"typescript": {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f9f2e3e8ea21de556a18f7a5666c61942d69b0f9
|
Subproject commit 3662fcf08cd9608c4da73e0b4033c5a9ea06091b
|
Loading…
Reference in a new issue