Skip to content

Commit

Permalink
Fix NetBeans rule for catch and finally
Browse files Browse the repository at this point in the history
Change-Id: Iad5bb95c4c8c3246d0fd6451fff634f09ef2c26c
Reviewed-on: http://review.couchbase.org/14079
Reviewed-by: Sergey Avseyev <sergey.avseyev@gmail.com>
Tested-by: Sergey Avseyev <sergey.avseyev@gmail.com>
  • Loading branch information
trondn committed Mar 19, 2012
1 parent 5a8c0e2 commit 2f67000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nb-configuration.xml
Expand Up @@ -14,5 +14,7 @@ That way multiple projects can share the same settings (useful for formatting ru
Any value defined here will override the pom.xml file value but is only applicable to the current project.
-->
<netbeans.checkstyle.format>true</netbeans.checkstyle.format>
<org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.placeCatchOnNewLine>false</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.placeCatchOnNewLine>
<org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.placeFinallyOnNewLine>false</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.placeFinallyOnNewLine>
</properties>
</project-shared-configuration>

0 comments on commit 2f67000

Please sign in to comment.