Files
Hare Sudhan 0bb6dd34c3 update
2025-11-28 22:36:47 -05:00

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/**"