Bladeren bron

Configuration to make Netbeans 7.1 format imports nicely

Change-Id: Id4b3bbf832807659add91351fb3c9a06fca9efed
Reviewed-on: http://gerrit.dmdirc.com/2277
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.6.7rc1
Chris Smith 12 jaren geleden
bovenliggende
commit
f4eea79fba
1 gewijzigde bestanden met toevoegingen van 10 en 2 verwijderingen
  1. 10
    2
      nbproject/project.properties

+ 10
- 2
nbproject/project.properties Bestand weergeven

@@ -1,6 +1,15 @@
1 1
 annotation.processing.enabled=true
2 2
 annotation.processing.enabled.in.editor=true
3
+annotation.processing.processors.list=
3 4
 annotation.processing.run.all.processors=true
5
+auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs=true
6
+auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width=4
7
+auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab=4
8
+auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
9
+auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
10
+auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap=none
11
+auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=project
12
+auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.importGroupsOrder=com.dmdirc;java;javax;org;*
4 13
 endorsed.classpath=
5 14
 javac.processorpath=\
6 15
     ${javac.classpath}
@@ -84,7 +93,6 @@ run.classpath=\
84 93
 run.test.classpath=\
85 94
     ${javac.test.classpath}:\
86 95
     ${build.test.classes.dir}:\
87
-debug.classpath=\
88
-    ${run.classpath}
96
+    debug.classpath=${run.classpath}
89 97
 debug.test.classpath=\
90 98
     ${run.test.classpath}

Laden…
Annuleren
Opslaan