Page MenuHomePhabricator

[monorepo] Add CONTRIBUTING.md to .prettierignore
ClosedPublic

Authored by bytesofman on Feb 1 2024, 23:41.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCf55d8be8857b: [monorepo] Add CONTRIBUTING.md to .prettierignore
Summary

Users with prettier installed globally may autoformat some md files with unrelated changes if they save any other change (removing underlines, special formattings).

Add to .prettierignore as these are discovered. I don't think it's worth expanding prettier rules to accept everything we have, the point of prettier is that it is "opinionated" and does not require customization.

Test Plan

Confirm this is just adding to prettierignore. See D15367 and history for how it works.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable