ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.21k stars 109 forks source link

Format on save - how to remove extra lines #93

Closed hitfm00 closed 1 year ago

hitfm00 commented 1 year ago

When I format file, empty lines doesn't remove, maybe there is a setting for this? And second question, maybe there is a setting for the quotes? For example I want to format all quote to single quote

Снимок экрана 2022-08-31 в 20 18 08
ecosse3 commented 1 year ago

This is not related to Ecovim but to your personal project configuration. Use specific ESLint rules together with Prettier to achieve this.