ref: afb8137adc568286a58c61bfeed6bbfed6310bd0
parent: da60fc0b0a52e7d9b3aa16e37d81634860d441cf
author: Simon Howard <fraggle@soulsphere.org>
date: Sat Feb 16 15:34:26 EST 2019
Oops. Fix formatting.
--- a/HACKING.md
+++ b/HACKING.md
@@ -129,6 +129,7 @@
If you use vim, you can put this into your `.vimrc` (or install the
`localvimrc` script):
+
```
set expandtab
set tabstop=8
@@ -135,7 +136,9 @@
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