Skip to content

Commit 8eb4f04

Browse files
committedSep 5, 2022
Switch Prettier to LF endings
1 parent 42ddefb commit 8eb4f04

File tree

198 files changed

+19051
-19080
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+19051
-19080
lines changed
 

‎.prettierrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"tabWidth": 2,
33
"useTabs": false,
44
"printWidth": 80,
5-
"endOfLine": "crlf"
5+
"endOfLine": "lf"
66
}

‎.vscode/extensions.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
{
2-
"recommendations": [
3-
"streetsidesoftware.code-spell-checker",
4-
"dbaeumer.vscode-eslint",
5-
"eg2.vscode-npm-script",
6-
"esbenp.prettier-vscode",
7-
"sonarsource.sonarlint-vscode",
8-
"rangav.vscode-thunder-client"
9-
]
2+
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
103
}

0 commit comments

Comments
 (0)
Please sign in to comment.