To run zig fmt on the current file:
> zigfmt
To run zig fmt --check on the current file (using the linter plugin):
> lint
To automatically run these when you save the file, use the following options:
zigfmt.fmt: runzig fmton file saved (will not report parse errors). Default value:onzigfmt.lint: enablezig fmt --checkintegration with the linter plugin. Default value:on