mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-26 10:41:14 +00:00
10 lines
213 B
Text
10 lines
213 B
Text
# yamlfmt configuration
|
|
# Force Unix LF line endings for all YAML files
|
|
line_ending: lf
|
|
|
|
# Additional formatting options
|
|
formatter:
|
|
type: basic
|
|
indent: 2
|
|
include_document_start: false
|
|
pad_line_comments: 1
|