Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 80,
"semi": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"overrides": [
files: ["tsconfig.json"],
options: {
parser: "json",
},
]
}