google / google/yamlfmt

feat: Format with padding

Open
#234 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
1.8k
Forks
75
PR merge metrics
No merged PRs in 30d

Description

I would like to be able to use yamlfmt to bring this

```yaml
vars:
FOO_USER: "user"
FOO_PASSWORD: "pass"
FOO_ADD: "localhost:9000"
FOO_DB: "whatever"
```

And do this

```yaml
vars:
FOO_USER: "user"
FOO_PASSWORD: "pass"
FOO_ADD: "localhost:9000"
FOO_DB: "whatever"
```

We had an interesting discussion in #232

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.