commit afb8137adc568286a58c61bfeed6bbfed6310bd0
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sat Feb 16 20:34:26 2019 -0500
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Sat Feb 16 20:34:26 2019 -0500
Oops.
Fix formatting.
---
HACKING.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/HACKING.md b/HACKING.md
index c55aafda..7ceda196 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -129,13 +129,16 @@ void FunctionName(int argument, int arg2, int arg3, int arg4, int arg5,
If you use vim, you can put this into your `.vimrc` (or install the
`localvimrc` script):
+
```
set expandtab
set tabstop=8
set softtabstop=4
set shiftwidth=4
```
+
Or, if you use Emacs, put this in your `.emacs`:
+
``lisp
(add-hook 'c-mode-hook (lambda ()
(when (and buffer-file-name