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
yaml= { "yamlfmt", "prettier"}, -- Using custom formatters, because yamlfmt default with mason bug with indentation that set in .yamlfmt in root of working directory
86
+
yaml= { "yamlfmt" }, -- Using custom formatters, because yamlfmt default with mason bug with indentation that set in .yamlfmt in root of working directory
84
87
toml= { "taplo_fmt" }, -- Using custom formatters, to prevent use default config for taplo in conform that can causing bug
85
88
-- toml = { "taplo" }, -- Bug when using with default `taplo`, [[rule]] array are ignored when using format on save
86
89
-- Use the "*" filetype to run formatters on all filetypes.
0 commit comments