chore: increase conform timeout to 500ms

This commit is contained in:
Simon Lasbrugnas 2026-02-02 17:11:50 +01:00
parent a2e5555c64
commit b9acc5db52
No known key found for this signature in database
GPG key ID: 43F4DC559B52E7FA

View file

@ -43,7 +43,7 @@ return {
format_on_save = { format_on_save = {
lsp_fallback = false, lsp_fallback = false,
async = false, async = false,
timeout_ms = 250, timeout_ms = 500,
}, },
}) })