chore: increase conform timeout to 500ms
This commit is contained in:
parent
a2e5555c64
commit
b9acc5db52
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue