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.
716
+
},
717
+
-- You can also specify external formatters in here.
712
718
formatters_by_ft= {
713
-
lua= { 'stylua' },
719
+
-- rust = { 'rustfmt' },
714
720
-- Conform can also run multiple formatters sequentially
0 commit comments