[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.jdt] Re: Correct Indentation
|
- From: gurdm@xxxxxxxxx (Dmitry Guriev)
- Date: Fri, 18 Sep 2009 11:40:29 +0000 (UTC)
- Newsgroups: eclipse.tools.jdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Sorry. Tabs displays correctly.
So, this is what I get using my code:
class a {
static String s = "a"
+"{"
+"{"
+"{"
;
// comment
}
and this is what I expect:
class a {
static String s = "a"
+"{"
+"{"
+"{"
;
// comment
}