Skip to content

Commit

Permalink
chore: amend fmt-toml (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu authored Apr 10, 2023
1 parent b7bdee6 commit 8043489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ fmt: ## Format all the Rust code.

.PHONY: fmt-toml
fmt-toml: ## Format all TOML files.
taplo format --option "indent_string= "

.PHONY: check-toml
check-toml: ## Check all TOML files.
taplo format --check --option "indent_string= "

.PHONY: docker-image
Expand Down

0 comments on commit 8043489

Please sign in to comment.