sbdchd / neoformat

:sparkles: A (Neo)vim plugin for formatting code.
BSD 2-Clause "Simplified" License
1.98k stars 188 forks source link

Fix tabs in shfmt #416

Closed eNV25 closed 2 years ago

eNV25 commented 2 years ago

If expandtab is not set, do not pass shiftwidth to shfmt. shfmt uses tabs by default.