This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 104850 - Code Indentation Formats
Summary: Code Indentation Formats
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-25 14:48 UTC by thomasowens
Modified: 2013-09-02 14:19 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thomasowens 2007-05-25 14:48:20 UTC
Support for more code formats should be provided. For example, putting the brace
following the class name on a separate line while putting braces for methods and
statements on the same line. Other possibilities include putting putting the
"else" for an "if" on the same line as the if closing brace or a following line.

http://en.wikipedia.org/wiki/Indent_style -- Lists several coding styles and
provides examples.