diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-02 10:19:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 10:19:27 -0400 |
| commit | d7d452efc158d7b1ea89b6f92237cea3b29f88db (patch) | |
| tree | f6e6d9fd599e1085751a6eba9b7c48a8f9101668 /.dprint.json | |
| parent | 505d253436153b34a60018c732b55e900a331859 (diff) | |
chore: format toml files internally (#11563)
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.dprint.json b/.dprint.json index 97ba241d7..9b375be11 100644 --- a/.dprint.json +++ b/.dprint.json @@ -11,7 +11,7 @@ "json": { "deno": true }, - "includes": ["**/*.{ts,tsx,js,jsx,json,md}"], + "includes": ["**/*.{ts,tsx,js,jsx,json,md,toml}"], "excludes": [ ".cargo_home", ".git", @@ -37,6 +37,7 @@ "plugins": [ "https://plugins.dprint.dev/typescript-0.47.0.wasm", "https://plugins.dprint.dev/json-0.12.1.wasm", - "https://plugins.dprint.dev/markdown-0.9.1.wasm" + "https://plugins.dprint.dev/markdown-0.9.1.wasm", + "https://plugins.dprint.dev/toml-0.4.0.wasm" ] } |
