Skip to content

Commit

Permalink
fmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Jul 12, 2022
1 parent 5d3538a commit 3355c70
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,19 @@
"useTabs": true,
"newLineKind": "lf",
"comment.forceLeadingSpace": true,
"cargo.applyConventions": true
"cargo.applyConventions": true,
"includes": [
"**/*.{toml}"
],
"excludes": [
"**/lib",
"**/node_modules",
"**/dist",
"**/target",
"**/vendor",
"**/*-lock.json"
],
"plugins": [
"https://plugins.dprint.dev/toml-0.5.4.wasm"
]
}

0 comments on commit 3355c70

Please sign in to comment.