.gitconfig 389 B

1234567891011121314
  1. ##
  2. ## To activate this configuration (recommended), add the following include
  3. ## section to your .git/config file (without the # characters).
  4. ##
  5. ## [include]
  6. ## path = ../.gitconfig
  7. ##
  8. ##
  9. ## Set a better diff hunk header filter that ignores function comments.
  10. ##
  11. [diff "cpp"]
  12. xfuncname = "!^[ \t]*[A-Za-z_][A-Za-z_0-9]*:[[:space:]]*($|/[/*])\n!:$\n^((::[[:space:]]*)?[A-Za-z_].*)$"