1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

CONTRIBUTING: Formatting is not that important

This commit is contained in:
Robert Hensing 2023-05-06 21:19:46 +02:00 committed by GitHub
parent dd87bb822c
commit 7b027db864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.