Re: [PATCH 1/4] gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Luben Tuikov
Date: Sunday, October 22, 2006 - 4:36 pm

--- Linus Torvalds <torvalds@osdl.org> wrote:

Funny, but true.

One way to do it is:

(defun my-perl-mode ()
  (setq perl-indent-level 8)
  (setq perl-continued-statement-offset 8)
)

(add-hook 'perl-mode-hook 'my-perl-mode)

     Luben

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 3/4] gitweb: Improve git_print_page_path, Jakub Narebski, (Sat Oct 21, 8:53 am)
Re: [PATCH 1/4] gitweb: Whitespace cleanup - tabs are for ..., Luben Tuikov, (Sun Oct 22, 4:36 pm)