# atmos vendor config format

Format the root vendor manifest and any imported vendor manifest files in place,
preserving comments, anchors, YAML functions, and templates. There is no flat alias for
`format` — use this command directly.

## Usage

```shell
atmos vendor config format [--file <manifest>]
```

The `fmt` alias is also accepted.

## Examples

```shell
atmos vendor config format
atmos vendor config format --file ./vendor.yaml
```

## Flags

- **`--file` (string, default `./vendor.yaml`)**
  The vendor manifest file to format (along with any manifests it imports).
