Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 13806d5

Browse files
Merge pull request amejiarosario#11 from Hongarc/edt-cfg
chore: remove old `editorconfig` file
2 parents c414499 + 4023001 commit 13806d5

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

‎.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ root = true
77
[*]
88
end_of_line = lf
99
insert_final_newline = true
10+
trim_trailing_whitespace = true
1011

1112
# Matches multiple files with brace expansion notation
1213
# Set default charset

‎editorconfig

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎lab/exercises/05-bits/02-binary-to-string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = binaryToString;
5858

5959
// 17 = 7 * 10^0 + 1 * 10^1
6060

61-
// 0.893 = 8*10^-1 + 9*10^-2 + 3*10^-1
61+
// 0.893 = 8*10^-1 + 9*10^-2 + 3*10^-1
6262
// 0.10010 => 1*2^-1 + 0*2^-2 + 0*2^-3 + 1*2^-4 =
6363

6464

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /