chore: amend fmt-toml (#1347)

This commit is contained in:
Weny Xu
2023-04-10 12:42:36 +09:00
committed by GitHub
parent b7bdee6de9
commit 804348966d

View File

@@ -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