bscan / PerlNavigator

Perl Language Server that includes syntax checking, perl critic, and code navigation
MIT License
198 stars 39 forks source link

Use a code formatter like Prettier #95

Closed IAKOBVS closed 11 months ago

bscan commented 11 months ago

Sure, this is a good idea. VScode comes with a built-in formatter as well, but I'm happy to use Prettier instead, and make a habit of formatting. I just configured Prettier in my vscode with the following settings. I think it works well and is relatively gentle with the suggested changes. Thanks!

"prettier.tabWidth": 4,
"prettier.printWidth": 150