You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lsp_format='fallback', -- Use external formatters if configured below, otherwise use LSP formatting. Set to `false` to disable LSP formatting entirely.
701
+
},
702
+
-- You can also specify external formatters in here.
697
703
formatters_by_ft= {
698
-
lua= { 'stylua' },
704
+
-- rust = { 'rustfmt' },
699
705
-- Conform can also run multiple formatters sequentially
0 commit comments