Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 877 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 877 Bytes

Basic Formatter

The basic formatter is a barebones formatter that simply takes the data provided, serializes it with gopkg.in/yaml.v3 and encodes it again. This provides a consistent output format that is very opinionated and cannot be configured.

Configuration

Key Type Default Description
indent int 2 The indentation level in spaces to use for the formatted yaml
include_document_start bool false Include --- at document start
line_ending lf or crlf crlf on Windows, lf otherwise Parse and write the file with "lf" or "crlf" line endings
emoji_support bool false Support encoding utf-8 emojis