ci: format

This commit is contained in:
Barrett Ruth 2026-03-01 17:25:34 -05:00
parent e49a664d48
commit b905ed04ed
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 14 additions and 20 deletions

View file

@ -1,5 +1,5 @@
std = 'vim'
exclude = ['.direnv', 'result', 'result-*', 'node_modules']
exclude = ['.direnv/*', 'result/*', 'node_modules/*']
[lints]
bad_string_escape = 'allow'