Wilfred / difftastic

a structural diff that understands syntax 🟥🟩
https://difftastic.wilfred.me.uk/
MIT License
21.14k stars 346 forks source link

[Feature] Ignore changes by one character. Like comma "," or ";" #787

Open zodman opened 1 day ago

zodman commented 1 day ago

difft is soooo fucking awesome .... It is replacing my gitlab MR web version for review my code changes thanks for that.

it is possible by config ?

something like https://github.com/Wilfred/difftastic/issues/488

example:

function foo({ a, b }) {}

function foo({ a, b, }) {}