mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
Wrap the setting of basic whitespace formatting options in a conditional
block, following the de facto standard.
Setting 'et', 'sts' and 'sw' can be disabled by setting
"gleam_recommended_style" to false.
Follow up to PR vim/vim#17086.
closes: vim/vim#17128
40daa1358c
Co-authored-by: Doug Kearns <dougkearns@gmail.com>