Skip to content

Commit

Permalink
Fix dprint config format
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Dec 8, 2023
1 parent 9909a81 commit dae46a1
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions dprint.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"includes": [
"**/*.{toml}"
],
"excludes": [
"**/target"
],
"plugins": [
"https://plugins.dprint.dev/toml-0.5.3.wasm"
]
}
"includes": ["**/*.{toml}"],
"excludes": ["**/target"],
"plugins": ["https://plugins.dprint.dev/toml-0.5.3.wasm"]
}

0 comments on commit dae46a1

Please sign in to comment.