Skip to content

Commit 0b671b4

Browse files
committed
editorconfig-checker
1 parent 75dfcee commit 0b671b4

File tree

11 files changed

+85
-39
lines changed

11 files changed

+85
-39
lines changed

.ecrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"Version": "2.8.0",
3+
"Verbose": false,
4+
"Format": "",
5+
"Debug": false,
6+
"IgnoreDefaults": false,
7+
"SpacesAftertabs": false,
8+
"NoColor": false,
9+
"Exclude": [
10+
"Horizon_TV_Fixer/",
11+
"LICENSE.txt"
12+
],
13+
"AllowedContentTypes": [],
14+
"PassedFiles": [],
15+
"Disable": {
16+
"EndOfLine": false,
17+
"Indentation": false,
18+
"InsertFinalNewline": false,
19+
"TrimTrailingWhitespace": false,
20+
"IndentSize": false,
21+
"MaxLineLength": false
22+
}
23+
}

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ charset = utf-8
1010
trim_trailing_whitespace = true
1111
insert_final_newline = true
1212

13-
[*md]
13+
[*.md]
1414
indent_style = space
1515
indent_size = 4

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ package-lock.json
66
*.png
77

88
Horizon_TV_Fixer/**/*
9+
LICENSE.txt

.issuetracker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# (note that '\' need to be escaped).
44

55
[issuetracker "GitHub"]
6-
regex = "(?:^|\\b|\\s|\\n|\\()#(\\d+)(?:$|\\b|\\s|\\n|\\))"
7-
url = "https://github.com/jerone/UserScripts/issues/$1"
6+
regex = "(?:^|\\b|\\s|\\n|\\()#(\\d+)(?:$|\\b|\\s|\\n|\\))"
7+
url = "https://github.com/jerone/UserScripts/issues/$1"

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ package-lock.json
66
*.png
77

88
Horizon_TV_Fixer/**/*
9+
LICENSE.txt

April_Fools_CSS/April_Fools_CSS.user.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ if (window.top === window) {
1919
var duration = 2000, // [Integer, positive, milliseconds] This controls the duration of an april fool item;
2020
interval = 8000; // [Integer, positive, milliseconds] This controls the interval of the next april fool;
2121

22+
// [String] April fools in CSS; Use {duration} for a dynamic duration;
2223
var aprilFools = [
23-
// [String] April fools in CSS; Use {duration} for a dynamic duration;
24+
// editorconfig-checker-disable
2425
"img { \
2526
-webkit-transform: rotate(180deg); \
2627
-moz-transform: rotate(180deg); \
@@ -65,6 +66,7 @@ if (window.top === window) {
6566
@-webkit-keyframes rainbow { \
6667
100% { -webkit-filter: hue-rotate(360deg); } \
6768
}",
69+
// editorconfig-checker-enable
6870
],
6971
aprilFool = 0,
7072
aprilFooled = 0;

GitHub_Commit_Compare/GitHub_Commit_Compare.user.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@
6969
l.classList.add("tooltipped", "tooltipped-n");
7070
l.setAttribute("aria-label", "Show commit compare buttons");
7171
l.style.cssText = `
72-
float: left;
73-
padding: 3px 10px;
74-
font-size: 12px;
75-
font-weight: 600;
76-
line-height: 20px;
77-
color: #24292e;
78-
vertical-align: middle;
79-
background-color: #fff;
80-
border: 1px solid rgba(27,31,35,0.2);
81-
border-right: 0;
82-
border-top-left-radius: 3px;
83-
border-bottom-left-radius: 3px;
84-
`;
72+
float: left;
73+
padding: 3px 10px;
74+
font-size: 12px;
75+
font-weight: 600;
76+
line-height: 20px;
77+
color: #24292e;
78+
vertical-align: middle;
79+
background-color: #fff;
80+
border: 1px solid rgba(27,31,35,0.2);
81+
border-right: 0;
82+
border-top-left-radius: 3px;
83+
border-bottom-left-radius: 3px;
84+
`;
8585
l.appendChild(c);
8686

8787
const p = document.createElementNS(
@@ -117,10 +117,10 @@
117117
a.setAttribute("rel", "nofollow");
118118
a.setAttribute("aria-label", "Compare these commits");
119119
a.style.cssText = `
120-
border-top-left-radius: 0;
121-
border-bottom-left-radius: 0;
122-
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
123-
`;
120+
border-top-left-radius: 0;
121+
border-bottom-left-radius: 0;
122+
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
123+
`;
124124
a.appendChild(s);
125125
a.appendChild(document.createElement("span"));
126126

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,4 +618,4 @@ an absolute waiver of all civil liability in connection with the
618618
Program, unless a warranty or assumption of liability accompanies a
619619
copy of the Program in return for a fee.
620620

621-
END OF TERMS AND CONDITIONS
621+
END OF TERMS AND CONDITIONS

_resources/BUTTONS.jade

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
div(style='width:120px;padding:10px;border:1px solid;')
2-
button.btn.btn-block.btn-success
3-
span.glyphicon.glyphicon-save
4-
span Install
5-
div(style='width:120px;padding:10px;border:1px solid;')
6-
button.btn.btn-block.btn-primary
7-
span.glyphicon.glyphicon-file
8-
span Source
9-
div(style='width:120px;padding:10px;border:1px solid;')
10-
button.btn.btn-block.btn-warning
11-
span.glyphicon.glyphicon-euro
12-
span Donate
13-
div(style='width:120px;padding:10px;border:1px solid;')
14-
button.btn.btn-block.btn-danger
15-
span.glyphicon.glyphicon-bullhorn
16-
span Support
1+
div(style='width:120px;padding:10px;border:1px solid;')
2+
button.btn.btn-block.btn-success
3+
span.glyphicon.glyphicon-save
4+
span Install
5+
div(style='width:120px;padding:10px;border:1px solid;')
6+
button.btn.btn-block.btn-primary
7+
span.glyphicon.glyphicon-file
8+
span Source
9+
div(style='width:120px;padding:10px;border:1px solid;')
10+
button.btn.btn-block.btn-warning
11+
span.glyphicon.glyphicon-euro
12+
span Donate
13+
div(style='width:120px;padding:10px;border:1px solid;')
14+
button.btn.btn-block.btn-danger
15+
span.glyphicon.glyphicon-bullhorn
16+
span Support

package-lock.json

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)