Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

What would you say is the most-used way of indenting case labels



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



Messages sorted by: Reverse Date, Date, Thread, Author