nextflow-io / language-server

The Nextflow language server
Apache License 2.0
9 stars 0 forks source link

Ability to skip formatting for specific sections of code #75

Open ewels opened 4 days ago

ewels commented 4 days ago

Automatic code formatters are amazing, but sometimes you find edge cases where they get in the way. In these situations, it's nice to have a get-out-of-jail-free-I-know-what-I'm-doing-leave-me-alone option.

Other code formatters such as Black and Prettier have this option.

My suggestion would be to follow Black and have the following options: