# atmos config format

Format the active `atmos.yaml` file in place, preserving comments, anchors, Atmos YAML
functions, and Go templates.

## Usage

```shell
atmos config format
```

The `fmt` alias is also accepted.

## Examples

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

## Flags

- **`--config` (string, inherited)**
  Target a specific 
  `atmos.yaml`
   file instead of the one discovered in the current directory or git root.
