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
| >formatters_by_ft |`nil\|table<string, conform.FiletypeFormatter>`| Map of filetype to formatters|
625
+
| >formatters_by_ft |`nil\|table<string\|string[], conform.FiletypeFormatter>`| Map of filetype to formatters. It supports tables as keys (only works within the setup function).|
626
626
| >format_on_save |`nil\|conform.FormatOpts\|fun(bufnr: integer): nil\|conform.FormatOpts`| If this is set, Conform will run the formatter on save. It will pass the table to conform.format(). This can also be a function that returns the table. |
627
627
| >default_format_opts |`nil\|conform.DefaultFormatOpts`| The default options to use when calling conform.format() |
628
628
| >>timeout_ms |`nil\|integer`| Time in milliseconds to block for formatting. Defaults to 1000. No effect if async = true. |
0 commit comments