Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 444 Bytes

TECHNICAL.md

File metadata and controls

10 lines (7 loc) · 444 Bytes

Formatter

We use .git-blame-ignore-revs to track repo-wide cosmetic refactorings by auto format tools like prettier/phpcbf. See Github Documentation

You can also configure your local git so it always ignores the revs in that file:

git config blame.ignoreRevsFile .git-blame-ignore-revs