[JDEV] emacs indentation fix

Tue Wennerberg tue at nybro.k-net.dk
Thu Jan 7 16:39:03 CST 1999


For those of you using emacs:

For newer versions of emacs, insert the line
  (setq c-basic-offset 8)
in your .emacs.

For older versions of emacs, insert the line
  (setq c-indent-level 8)
in your .emacs.

This will set the proper indentation level. Now if people will just
write "DBUG();" with a semicolon all the time.

Sincerely, Tue Wennerberg.



More information about the JDev mailing list