From 6915e1c57e62873615111dd9ea9b12c60f742aec Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Tue, 1 Jul 2025 23:30:13 +0100 Subject: [PATCH] docs: Note policy on large formatting diffs --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c091183..cf140ea1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,8 @@ comment saying why. Do not write inefficient code for the sake of satisfying lints. If a lint is wrong and provides a more inefficient solution or suggestion, allow the lint and mention that in a comment. +If there is a large formatting change across unrelated files, make a separate commit so that it can be added to the `.git-blame-ignore-revs` file. + ### Pre-commit Checks Continuwuity uses pre-commit hooks to enforce various coding standards and catch common issues before they're committed. These checks include: