mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
CONTRIBUTING.md: fix a missing sentence ending
This commit is contained in:
parent
a63c50831e
commit
216b2bdf7f
@ -565,7 +565,7 @@ Names of files and directories should be in lowercase, with dashes between words
|
|||||||
|
|
||||||
- Do not use tab characters, i.e. configure your editor to use soft tabs. For instance, use `(setq-default indent-tabs-mode nil)` in Emacs. Everybody has different tab settings so it’s asking for trouble.
|
- Do not use tab characters, i.e. configure your editor to use soft tabs. For instance, use `(setq-default indent-tabs-mode nil)` in Emacs. Everybody has different tab settings so it’s asking for trouble.
|
||||||
|
|
||||||
- Use `lowerCamelCase` for variable names, not `UpperCamelCase`. Note, this rule does not apply to package attribute names, which instead follow the rules in [](#sec-package-naming).
|
- Use `lowerCamelCase` for variable names, not `UpperCamelCase`. Note, this rule does not apply to package attribute names, which instead follow the rules in [package naming](./pkgs/README.md#package-naming).
|
||||||
|
|
||||||
- Function calls with attribute set arguments are written as
|
- Function calls with attribute set arguments are written as
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user