Skip to content

Commit b944d5b

Browse files
Normalize line endings to LF
1 parent bf2e42d commit b944d5b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ root = true
44

55
[*]
66
charset = utf-8
7-
end_of_line = crlf
7+
end_of_line = lf
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010
indent_style = space

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ module.exports = {
1212
rules: {
1313
"no-console": "off",
1414
"curly": "warn",
15-
"linebreak-style": ["warn", "windows"]
15+
"linebreak-style": ["warn", "unix"]
1616
}
1717
};

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

0 commit comments

Comments
 (0)