Skip to content

Commit 34883b2

Browse files
authored
fix prettier (#19221)
1 parent 925201c commit 34883b2

File tree

3 files changed

+289
-545
lines changed

3 files changed

+289
-545
lines changed

.prettierrc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"./scripts/prettier-swagger-plugin"
1212
],
1313
"parser": "json-swagger",
14-
"printWidth": 20
14+
"printWidth": 20,
15+
"endOfLine": "auto"
1516
}
1617
},
1718
{
@@ -20,7 +21,8 @@
2021
],
2122
"options": {
2223
"parser": "json",
23-
"printWidth": 20
24+
"printWidth": 20,
25+
"endOfLine": "auto"
2426
},
2527
"excludeFiles": [
2628
"specification/**/*.json"

0 commit comments

Comments
 (0)