diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2020-07-22 12:29:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 12:29:39 -0400 |
commit | a28e153a12a1c78a0a048b290b82b92a1a971cd1 (patch) | |
tree | cdca7963efd7a2410a4560d638aa207dddf3b6d0 | |
parent | bf9930066d3a5d26baad22fb1766de26be49c2ae (diff) |
Use incremental formatting internally for dprint (#6815)
-rw-r--r-- | .dprintrc.json | 1 | ||||
m--------- | third_party | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/.dprintrc.json b/.dprintrc.json index 4d269ecfa..dfa68783c 100644 --- a/.dprintrc.json +++ b/.dprintrc.json @@ -1,6 +1,7 @@ { "$schema": "https://dprint.dev/schemas/v0.json", "projectType": "openSource", + "incremental": true, "lineWidth": 80, "indentWidth": 2, "typescript": { diff --git a/third_party b/third_party -Subproject f9f2e3e8ea21de556a18f7a5666c61942d69b0f +Subproject 3662fcf08cd9608c4da73e0b4033c5a9ea06091 |