aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-05-16 14:12:21 -0500
committerCalvin Rose <calsrose@gmail.com>2020-05-16 14:12:21 -0500
commitb97e011715287bff6865770d8ece21ae19b7662e (patch)
tree6c35b6b043f85a91be165f61c4b7542d6bbcb1c5 /CONTRIBUTING.md
parentMake sure winsock2.h is included before windows.h (diff)
Remove some lisp claims from README for branding.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d872f3f3..93e5896d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -35,8 +35,9 @@ may require changes before being merged.
[astyle](http://astyle.sourceforge.net/astyle.html). You will probably need
to install this, but it can be installed with most package managers.
- For janet code, the use lisp indentation with 2 spaces. One can use janet.vim to
- do this indentation, or approximate as close as possible.
+ For janet code, use lisp indentation with 2 spaces. One can use janet.vim to
+ do this indentation, or approximate as close as possible. There is a janet formatter
+ in [spork](https://github.com/janet-lang/spork.git) that can be used to format code as well.
## C style