info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

indentation help


From: suzannepelz
Subject: indentation help
Date: 1 May 2007 17:41:05 -0700
User-agent: G2/1.0

I need to add a line to my .emacs file for java code so that I can
indent concatenated long Strings as follows:

FROM THIS:
String description = "this is a really long description " +
"that I need to put on two lines.";

TO THIS (with next line indented two spaces):
String description = "this is a really long description " +
  "that I need to put on two lines.";

Thank you!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]