Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit e0a1b08

Browse files
authored
style: force eol as lf (#111)
Some files were using crlf and some files were using lf because EOL was not explicitly specified. This commit is all about .prettierrc specifying endOfLine as lf and running prettier.
1 parent 0a48fa2 commit e0a1b08

Some content is hidden

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

69 files changed

+85
-88
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"singleQuote": true,
88
"semi": true,
99
"trailingComma": "all",
10-
"printWidth": 90
10+
"printWidth": 90,
11+
"endOfLine": "lf"
1112
}

lerna.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
2+
"packages": ["packages/*"],
53
"version": "0.3.4",
64
"npmClient": "yarn",
75
"useWorkspaces": true,

packages/api-generator/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api-generator/src/Alert.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@
205205
}
206206
],
207207
"refs": []
208-
}
208+
}

packages/api-generator/src/AppBar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@
186186
}
187187
],
188188
"refs": []
189-
}
189+
}

packages/api-generator/src/Avatar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878
}
7979
],
8080
"refs": []
81-
}
81+
}

packages/api-generator/src/Badge.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@
203203
}
204204
],
205205
"refs": []
206-
}
206+
}

packages/api-generator/src/Breadcrumbs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@
8888
}
8989
],
9090
"refs": []
91-
}
91+
}

packages/api-generator/src/Button.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@
268268
}
269269
],
270270
"refs": []
271-
}
271+
}

packages/api-generator/src/ButtonGroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@
198198
}
199199
],
200200
"refs": []
201-
}
201+
}

0 commit comments

Comments
 (0)