Skip to content

Commit 6250542

Browse files
committed
checkstyle
1 parent da9acf5 commit 6250542

5 files changed

Lines changed: 386 additions & 354 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Also I would like to know about needed examples or documentation stuff.
4646

4747
## Extensions in the latest SNAPSHOT version 1.1
4848

49+
* checkstyle integration to force first souce code conventions (linefeeds, spaces instead of tabs)
50+
4951
## Extensions of JSqlParser releases
5052

5153
* [Release Notes](https://github.com/JSQLParser/JSqlParser/releases)

nb-configuration.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
Any value defined here will override the pom.xml file value but is only applicable to the current project.
1515
-->
1616
<netbeans.compile.on.save>none</netbeans.compile.on.save>
17+
<com-junichi11-netbeans-changelf.enable>true</com-junichi11-netbeans-changelf.enable>
18+
<com-junichi11-netbeans-changelf.use-project>true</com-junichi11-netbeans-changelf.use-project>
19+
<com-junichi11-netbeans-changelf.lf-kind>LF</com-junichi11-netbeans-changelf.lf-kind>
20+
<com-junichi11-netbeans-changelf.use-global>false</com-junichi11-netbeans-changelf.use-global>
1721
</properties>
1822
</project-shared-configuration>

0 commit comments

Comments
 (0)