ti, 2010-03-23 kello 22:53 +0100, ext Denis Kenzior kirjoitti:
> Secondly, please keep your patches whitespace clean, there are several cases 
> of spaces being used instead of tabs for indentation.

Pekka is an emacs guy, and emacs likes syntactic indentation a lot. I'm
using this custom mode with fairly good results:

(defun linux-c-mode ()
  "C mode with adjusted defaults for use with the Linux kernel."
  (interactive)
  (c-mode)
  (c-set-style "K&R")
  (setq c-syntactic-indentation nil)
  (setq c-basic-offset 8))

Cheers,
Aki

_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to