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.
- <spanclass="package-name">[`@stdlib/math-base/special/log`][@stdlib/math/base/special/log]</span><spanclass="delimiter">: </span><spanclass="description">compute the base `b` logarithm of a double-precision floating-point number.</span>
203
203
- <spanclass="package-name">[`@stdlib/math-iter/special/log10`][@stdlib/math/iter/special/log10]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the common logarithm (logarithm with base 10) for each iterated value.</span>
204
204
- <spanclass="package-name">[`@stdlib/math-iter/special/log1p`][@stdlib/math/iter/special/log1p]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the natural logarithm of 1+x for each iterated value.</span>
205
205
- <spanclass="package-name">[`@stdlib/math-iter/special/log2`][@stdlib/math/iter/special/log2]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the binary logarithm for each iterated value.</span>
@@ -235,7 +235,7 @@ See [LICENSE][stdlib-license].
0 commit comments