Skip to content

Commit

Permalink
Update code style definition
Browse files Browse the repository at this point in the history
Change-Id: I4567f3bf708b001d08db38c712190c3b0b7dcf3f
Reviewed-on: http://review.couchbase.org/15275
Tested-by: Sergey Avseyev <sergey.avseyev@gmail.com>
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
avsej committed Apr 26, 2012
1 parent 2f67000 commit 6bdfb36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nb-configuration.xml
Expand Up @@ -16,5 +16,9 @@ Any value defined here will override the pom.xml file value but is only applicab
<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>
<org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.spaces-per-tab>4</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.spaces-per-tab>
<org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.indent-shift-width>4</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.indent-shift-width>
<org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.expand-tabs>true</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.expand-tabs>
<org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.tab-size>4</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.tab-size>
</properties>
</project-shared-configuration>

0 comments on commit 6bdfb36

Please sign in to comment.