forked from FriedChickenButt/youtube-webos
-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from throwaway96/eol-normalize-20240324
Normalize line endings to LF (plus a few other tooling things)
- Loading branch information
Showing
11 changed files
with
1,795 additions
and
1,762 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
chrome 38-79 | ||
# WAM uses WebKit on webOS 1 and 2 | ||
chrome 38 # webOS 3.x | ||
chrome 53 # webOS 4.x | ||
chrome 68 # webOS 5 | ||
chrome 79 # webOS 6 | ||
chrome 87 # webOS 7 (22) | ||
chrome 94 # webOS 8 (23) | ||
chrome 108 # webOS 9 (24) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
* text=auto | ||
|
||
*.css text | ||
*.html text | ||
*.js text | ||
*.json text | ||
*.md text | ||
*.mjs text | ||
*.svg text | ||
*.yml text | ||
|
||
.browserslistrc text | ||
.editorconfig text | ||
.eslintignore text | ||
.gitattributes text | ||
.gitignore text | ||
.prettierignore text | ||
LICENSE text | ||
|
||
*.sh text eol=lf | ||
|
||
*.jpg binary | ||
*.png binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
*.ipk | ||
node_modules | ||
dist | ||
/node_modules/ | ||
/dist/ | ||
.DS_Store | ||
/.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pre-commit text eol=lf |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
*-polyfill.* | ||
*-polyfill.* |
Empty file.
Oops, something went wrong.