onecentlin / laravel5-snippets-vscode

Laravel snippets for Visual Studio Code (Support Laravel 5 and above)
MIT License
36 stars 19 forks source link

Each save adds up a blank line in the file #14

Open chinmayambardekar opened 5 years ago

chinmayambardekar commented 5 years ago

Each time I hit "ctrl+S", a blank line adds up between every 2 lines of code. It becomes a mess. Please help me solving this.

screenshot 342

SharakPL commented 5 years ago

This extension doesn't cause that. You probably have enabled formatting on save and your config needs adjusting. Make sure you use only 1 formatter.