From 7b027db864215cb5a5dd0ef2201985e6039d6d6f Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sat, 6 May 2023 21:19:46 +0200 Subject: [PATCH] CONTRIBUTING: Formatting is not that important --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37cfb73..427beb2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,6 +14,8 @@ Step 3. If needed, create a PR. Make sure to run `nix-shell` before comitting. I # Style +Rule #1. Go with the flow. Write code that fits in. Don't reformat existing code. Don't obsess over fitting in. Write good docs and tests instead. + This repository is written in a style similar to that of Nixpkgs, with some exceptions - File names may be in camelCase. This reduces the number of unique names in the project.