mirror of
https://github.com/ivuorinen/a.git
synced 2026-01-26 03:24:07 +00:00
12 lines
281 B
YAML
12 lines
281 B
YAML
---
|
|
# yamlfmt configuration file
|
|
# Schema: https://raw.githubusercontent.com/google/yamlfmt/main/schema.json
|
|
formatter:
|
|
type: basic
|
|
include_document_start: true
|
|
gitignore_excludes: true
|
|
retain_line_breaks_single: true
|
|
eof_newline: true
|
|
max_line_length: 120
|
|
indent: 2
|