tamasfe / taplo

A TOML toolkit written in Rust
https://taplo.tamasfe.dev
MIT License
1.26k stars 108 forks source link

Can't keep lines from indenting, even though it is not enabled #611

Open rsalmei opened 1 month ago

rsalmei commented 1 month ago

Hi. Please, why is my Cargo.toml indenting whenever I save it?

from this:

image

to this:

image

I did not enable any option to do so, so I can't make it stop!

image

What should I do?