kphp icon indicating copy to clipboard operation
kphp copied to clipboard

Reformat old code using clang-format and add .git-blame-ignore-revs

Open mkornaukhov opened this issue 1 year ago • 0 comments

  • Reformat all files using find . -name '*.cpp' -or -name '*.h' -or -name '*.inl' | xargs clang-format -i from root project directory.
  • Add .git-blame-ignore-revs. It's a black list for commits that are not desired.

mkornaukhov avatar Apr 01 '24 12:04 mkornaukhov