diff options
-rw-r--r-- | .dprint.json (renamed from .dprintrc.json) | 0 | ||||
m--------- | third_party | 0 | ||||
-rwxr-xr-x | tools/format.js | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/.dprintrc.json b/.dprint.json index 340693e0d..340693e0d 100644 --- a/.dprintrc.json +++ b/.dprint.json diff --git a/third_party b/third_party -Subproject 72f5f1a9fa3274ed9de313a752bbfe3afa7d39d +Subproject 3bd4e3652304eb97177e1fc217943529322f468 diff --git a/tools/format.js b/tools/format.js index af08d0395..a21bcd64e 100755 --- a/tools/format.js +++ b/tools/format.js @@ -3,7 +3,7 @@ import { getPrebuiltToolPath, getSources, join, ROOT_PATH } from "./util.js"; async function dprint() { - const configFile = join(ROOT_PATH, ".dprintrc.json"); + const configFile = join(ROOT_PATH, ".dprint.json"); const execPath = getPrebuiltToolPath("dprint"); console.log("dprint"); const p = Deno.run({ |