Announcement

Collapse
No announcement yet.

C/C++ { on different lines

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • C/C++ { on different lines

    Hi,
    This probably has been discussed before but I could not find it.

    Is there a way to ignore the { being on a different line in C/C++ ?

    example

    if (true){
    }

    vs

    if(true)
    {
    }

    will be ignored and not shown as a difference..


    Thanks

  • #2
    Sorry, Beyond Compare cannot compare across newlines, the example you provided will always show as a difference. Comparison across newlines is on the feature request list for a future version.
    Chris K Scooter Software

    Comment

    Working...
    X