You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .editorconfig
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,6 @@ indent_style = tab
86
86
[*.{f,f.txt}]
87
87
indent_style = space
88
88
indent_size = 2
89
-
insert_final_newline = false
90
89
91
90
# Set properties for shell files:
92
91
[*.{sh,sh.txt}]
@@ -121,7 +120,7 @@ indent_style = tab
121
120
[*.{md,md.txt}]
122
121
indent_style = space
123
122
indent_size = 4
124
-
trim_trailing_whitespace = false
123
+
trim_trailing_whitespace = true # Note: this disables using two spaces to force a hard line break, which is permitted in Markdown. As we don't typically follow that practice (TMK), we should be safe to automatically trim.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ int main( void ) {
228
228
229
229
## See Also
230
230
231
-
- <spanclass="package-name">[`@stdlib/math-base/ops/add`][@stdlib/math/base/ops/add]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of two double-precision floating-point numbers.</span>
231
+
- <spanclass="package-name">[`@stdlib/number-float64/base/add`][@stdlib/number/float64/base/add]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of two double-precision floating-point numbers.</span>
232
232
- <spanclass="package-name">[`@stdlib/math-base/ops/divf`][@stdlib/math/base/ops/divf]</span><spanclass="delimiter">: </span><spanclass="description">divide two single-precision floating-point numbers.</span>
233
233
- <spanclass="package-name">[`@stdlib/math-base/ops/mulf`][@stdlib/math/base/ops/mulf]</span><spanclass="delimiter">: </span><spanclass="description">multiply two single-precision floating-point numbers.</span>
234
234
- <spanclass="package-name">[`@stdlib/math-base/ops/subf`][@stdlib/math/base/ops/subf]</span><spanclass="delimiter">: </span><spanclass="description">subtract two single-precision floating-point numbers.</span>
@@ -263,7 +263,7 @@ See [LICENSE][stdlib-license].
0 commit comments