15 lines
290 B
Plaintext
15 lines
290 B
Plaintext
# yamlfmt configuration file
|
|
# See https://github.com/google/yamlfmt for more options
|
|
|
|
formatter:
|
|
indent: 2
|
|
trim_trailing_whitespace: true
|
|
eof_newline: true
|
|
force_array_style: block
|
|
retain_line_breaks_single: true
|
|
indentless_arrays: true
|
|
verbose: true
|
|
|
|
exclude:
|
|
- ".git/**"
|