Set Emacs indentation configuration to mimic existing code

This isn't fix per se, but adding this configuration info helps me
edit this file in Emacs without introducing unnecessary indentation
changes.
This commit is contained in:
Ben Liblit 2017-07-14 21:46:29 -07:00
parent a1ef133501
commit fae3ff6789
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ else
make
fi
# Local variables:
# eval: (smie-config-local '((8 :after "else" 2) (8 :elem basic 2)))
# End: