A tool to indent a file to stdout using spaces.
Usage of ./indent:
-filename string
Filename to read
-indent int
Amount of spaces to indent
# Example
indent --filename ~/tmp/logstash/syslog/values.yaml --indent 8 >> templates/syslog.yaml
Grab Binaries from The Releases Page
brew install jmainguy/tap/indent
export GO111MODULE=on
go build