diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2010-08-22 09:21:52 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2010-08-22 09:21:52 +0000 |
commit | a4e9b19a51ee0716da73896659ec593d0ecfd2d2 (patch) | |
tree | 4b8611596f107f2b46e4181af8a36472afb94a3b /usr.sbin/nsd/compat | |
parent | 5044f1e98f79891c7f32b935aa073a751116b7fc (diff) |
NSD v3.2.6
Diffstat (limited to 'usr.sbin/nsd/compat')
-rw-r--r-- | usr.sbin/nsd/compat/.c-mode-rc.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/nsd/compat/.c-mode-rc.el b/usr.sbin/nsd/compat/.c-mode-rc.el new file mode 100644 index 00000000000..c667228b18f --- /dev/null +++ b/usr.sbin/nsd/compat/.c-mode-rc.el @@ -0,0 +1,5 @@ +;;; Override Emacs c-mode settings to use NSD conventions. + +(c-set-style "bsd") +(set-variable 'c-basic-offset 8) +(set-variable 'indent-tabs-mode t) |