Appearance
Buffer local variable. When set to 0 lsp-zero will disable format on save for the buffer.
0
Example:
Setting the variable using lua
vim.b.lsp_zero_enable_autoformat = 0
Setting the variable using vimscript
let b:lsp_zero_enable_autoformat = 0