How to make Meld not combine lines?

I love meld but i recently had something that I couldn’t find a setting to modify.
Basically I had to compare two files line by line and only sometimes could I move a line from one side to another, but the problem I was having how sometimes it would combine multiple lines together. Which makes sense for most scenario’s, but for this specific task I needed it to do each line individually and give me a button choose what to do with each line.

Sorry if there’s a setting that I’m not understanding or missed. I looked but couldn’t figure it out

Meld can’t currently do this, no. It always operates on things in terms of diff chunks, and that’s fairly well embedded into the way the file comparison view works. In theory someone could write something to make it split chunks up further, but that’s likely to be a big task to get right.