Document how to ignore formatting changes in git blame (#13939)

Document how to ignore formatting changes in git blame in read me,
including the recent prettier formatting changes.
This commit is contained in:
Craig Macomber (Microsoft) 2023-02-02 09:11:18 -08:00 коммит произвёл GitHub
Родитель 4d231f11bc
Коммит 3e69dc4cf1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -208,6 +208,10 @@ It is not configured to do any formatting automatically, however.
This is intentional, to ensure that each developer can work formatting into their workflow as they see fit.
If you wish to configure your setup to format on save/paste/etc., please feel free to update your [user preferences](https://code.visualstudio.com/docs/getstarted/settings) to do so.
### Git Configuration
Run the following command in each of your repositories to ignore formatting changes in git blame commands: `git config --local blame.ignoreRevsFile .git-blame-ignore-revs`
## Contributing
<!-- AUTO-GENERATED-CONTENT:START (README_CONTRIBUTION_GUIDELINES_SECTION:includeHeading=FALSE) -->