Files
Pascal B eef3a29362 feat(integrations/trello)!: add more actions, implement events (#13279)
Co-authored-by: Francois Levasseur <francois.levasseur@botpress.com>

BREAKING CHANGES: action input/output parameters have changed, event input/output parameters have changed
2024-09-23 14:10:43 -04:00

10 lines
194 B
INI

# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8