zsh-users
 help / color / mirror / code / Atom feed
* What would you say is the most-used way of indenting case labels
@ 2006-08-11 10:54 Nikolai Weibull
  2006-08-11 11:10 ` Peter Stephenson
  2006-08-11 14:22 ` Phil Pennock
  0 siblings, 2 replies; 9+ messages in thread
From: Nikolai Weibull @ 2006-08-11 10:54 UTC (permalink / raw)
  To: Zsh Users' List

That is, is this style:

case something in
(*ome*)
  ... ;;
esac

more common than

case something in
  (*ome*)
    ... ;;
esac

I'm trying to set a default for a shell-script indentation script.

Thanks.

  nikolai


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-08-13 14:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-11 10:54 What would you say is the most-used way of indenting case labels Nikolai Weibull
2006-08-11 11:10 ` Peter Stephenson
2006-08-11 12:47   ` Nikolai Weibull
2006-08-11 12:48     ` Nikolai Weibull
2006-08-11 14:22 ` Phil Pennock
2006-08-11 19:37   ` Peter Stephenson
2006-08-12 15:28     ` Bart Schaefer
2006-08-12 16:44     ` Wayne Davison
2006-08-13 14:17       ` Phil Pennock

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).