WarWithinMe / better-align

A vscode extension to provide better vertical alignment
Other
75 stars 39 forks source link

Using with Prettier is changing the alignment of code #70

Open adilsaeed31 opened 3 years ago

adilsaeed31 commented 3 years ago

Hi,

I am using this extension with prettier but after changing the alignment and on save my prettier is reformatting the code so whatever you will do it will revert then any customization we can do so both can work together?

Thanks in advance.

mmz15 commented 3 years ago

have the same problem. love both extensions so would be awesome if there's a workaround

code-lixm commented 3 years ago

My method is to add a comment '// prettier-ignore' at the top where better align is needed