We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1841e commit 2d80426Copy full SHA for 2d80426
.vscode/extensions.json
@@ -0,0 +1,5 @@
1
+{
2
+ "recommendations": [
3
+ "shengchen.vscode-checkstyle"
4
+ ]
5
+}
checkstyle.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module name="Checker">
+ <module name="LineLength">
+ <property name="max" value="999"/>
+ <property name="fileExtensions" value="java, js"/>
6
+ </module>
7
+</module>
0 commit comments