Skip to content

Commit b20ff89

Browse files
authored
chore: Remove CRLF restriction and Add extension recommendation (#448)
1 parent f090035 commit b20ff89

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.vscode/extensions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
3131
<property name="message" value="Line has trailing spaces."/>
3232
</module>
3333

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-
4034
<module name="LineLengthCheck">
4135
<property name="fileExtensions" value="java" />
4236
<!-- Checks if a line is too long. -->

0 commit comments

Comments
 (0)