File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 31
31
<property name =" message" value =" Line has trailing spaces." />
32
32
</module >
33
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
34
<module name =" LineLengthCheck" >
41
35
<property name =" fileExtensions" value =" java" />
42
36
<!-- Checks if a line is too long. -->
You can’t perform that action at this time.
0 commit comments