-
-
Notifications
You must be signed in to change notification settings - Fork 907
chore: fix EditorConfig lint errors #5543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
1c7e984
6c0cbfc
c53e4c2
c31edce
118e9ea
055cfc4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"usernames": [], | ||
"protocol": "https", | ||
"hostname": "api.github.com", | ||
"port": 443, | ||
"pathname": "/", | ||
"page": 1, | ||
"last_page": 1, | ||
"per_page": 1, | ||
"method": "GET", | ||
"useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/user-details", | ||
"accept": "application/vnd.github.v3+json" | ||
"usernames": [], | ||
ditsus marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
"protocol": "https", | ||
"hostname": "api.github.com", | ||
"port": 443, | ||
"pathname": "/", | ||
"page": 1, | ||
"last_page": 1, | ||
"per_page": 1, | ||
"method": "GET", | ||
"useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/user-details", | ||
"accept": "application/vnd.github.v3+json" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,78 @@ | ||
{ | ||
"options": { | ||
"task": "build" | ||
}, | ||
"fields": [ | ||
{ | ||
"field": "src", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "include", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "libraries", | ||
"resolve": false, | ||
"relative": false | ||
}, | ||
{ | ||
"field": "libpath", | ||
"resolve": true, | ||
"relative": false | ||
} | ||
], | ||
"confs": [ | ||
{ | ||
"task": "build", | ||
"src": [ | ||
"./src/rsqrt.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [ | ||
"-lm" | ||
], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/napi/unary", | ||
"@stdlib/math/base/special/sqrt" | ||
] | ||
}, | ||
{ | ||
"task": "benchmark", | ||
"src": [ | ||
"./src/rsqrt.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [ | ||
"-lm" | ||
], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/special/sqrt" | ||
] | ||
}, | ||
{ | ||
"task": "examples", | ||
"src": [ | ||
"./src/rsqrt.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [ | ||
"-lm" | ||
], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/special/sqrt" | ||
] | ||
} | ||
] | ||
"options": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be two-space indentation, I believe. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Planeshifter Please don't mark things as resolved if they were not resolved. The merged commit still has 4-space indentation. See a1e8f03#diff-77e330a6681e72323e103ed003b13edc321a9ddc0b72a2460b8763e1fe4102f0R2 |
||
"task": "build" | ||
}, | ||
"fields": [ | ||
{ | ||
"field": "src", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "include", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "libraries", | ||
"resolve": false, | ||
"relative": false | ||
}, | ||
{ | ||
"field": "libpath", | ||
"resolve": true, | ||
"relative": false | ||
} | ||
], | ||
"confs": [ | ||
{ | ||
"task": "build", | ||
"src": [ | ||
"./src/rsqrt.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [ | ||
"-lm" | ||
], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/napi/unary", | ||
"@stdlib/math/base/special/sqrt" | ||
] | ||
}, | ||
{ | ||
"task": "benchmark", | ||
"src": [ | ||
"./src/rsqrt.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [ | ||
"-lm" | ||
], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/special/sqrt" | ||
] | ||
}, | ||
{ | ||
"task": "examples", | ||
"src": [ | ||
"./src/rsqrt.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [ | ||
"-lm" | ||
], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/special/sqrt" | ||
] | ||
} | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{ | ||
"options": {}, | ||
"fields": [ | ||
{ | ||
"field": "src", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "include", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "libraries", | ||
"resolve": false, | ||
"relative": false | ||
}, | ||
{ | ||
"field": "libpath", | ||
"resolve": true, | ||
"relative": false | ||
} | ||
], | ||
"confs": [ | ||
{ | ||
"src": [ | ||
"./src/main.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [], | ||
"libpath": [], | ||
"dependencies": [] | ||
} | ||
] | ||
"options": {}, | ||
ditsus marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"fields": [ | ||
{ | ||
"field": "src", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "include", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "libraries", | ||
"resolve": false, | ||
"relative": false | ||
}, | ||
{ | ||
"field": "libpath", | ||
"resolve": true, | ||
"relative": false | ||
} | ||
], | ||
"confs": [ | ||
{ | ||
"src": [ | ||
"./src/main.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [], | ||
"libpath": [], | ||
"dependencies": [] | ||
} | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"options": {}, | ||
"fields": [ | ||
{ | ||
"field": "src", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "include", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "libraries", | ||
"resolve": false, | ||
"relative": false | ||
}, | ||
{ | ||
"field": "libpath", | ||
"resolve": true, | ||
"relative": false | ||
} | ||
], | ||
"confs": [ | ||
{ | ||
"src": [ | ||
"./src/main.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/strided/base/smskmap" | ||
] | ||
} | ||
] | ||
"options": {}, | ||
Planeshifter marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
"fields": [ | ||
{ | ||
"field": "src", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "include", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "libraries", | ||
"resolve": false, | ||
"relative": false | ||
}, | ||
{ | ||
"field": "libpath", | ||
"resolve": true, | ||
"relative": false | ||
} | ||
], | ||
"confs": [ | ||
{ | ||
"src": [ | ||
"./src/main.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/strided/base/smskmap" | ||
] | ||
} | ||
] | ||
} |
Uh oh!
There was an error while loading. Please reload this page.