@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.