# yaml-language-server: $schema=https://raw.githubusercontent.com/google/yamlfmt/main/.yamlfmt.schema.json
formatter:
  type: basic
  indent: 2
  line_ending: lf
  retain_line_breaks: false
  max_line_length: 120
  scan_folded_as_literal: true
  include_document_start: false
  trim_trailing_whitespace: true
  eof_newline: true
