We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f090035 commit b20ff89Copy full SHA for b20ff89
2 files changed
.vscode/extensions.json
@@ -0,0 +1,8 @@
1
+{
2
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
3
+ // for the documentation about the extensions.json format
4
+ "recommendations": [
5
+ "shengchen.vscode-checkstyle",
6
+ "yaozheng.vscode-pde"
7
+ ]
8
+}
jdtls.ext/check_style.xml
@@ -31,12 +31,6 @@
31
<property name="message" value="Line has trailing spaces."/>
32
</module>
33
34
- <!-- CRLF is not allowed -->
35
- <module name="RegexpMultiline">
36
- <property name="format" value="(?s:(\r\n|\r).*)"/>
37
- <property name="message" value="CRLF and CR line endings are prohibited, but this file uses them."/>
38
- </module>
39
-
40
<module name="LineLengthCheck">
41
<property name="fileExtensions" value="java" />
42
<!-- Checks if a line is too long. -->
0 commit comments