Skip to content

Commit 1077478

Browse files
committed
LF line endings for CI
1 parent 926f42f commit 1077478

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ root = true
55
indent_style = tab
66
indent_size = 4
77
tab_width = 4
8-
end_of_line = crlf
8+
end_of_line = lf # To allow compiling code on CI.
99
charset = utf-8
1010
trim_trailing_whitespace = true
1111
insert_final_newline = true

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf # To allow compiling code on CI.

.vscode/settings.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,5 @@
2525
"source.fixAll": "explicit"
2626
},
2727
// Show ESLint errors in the editor. Languages should match supported files `.eslintrc.js`.
28-
"eslint.validate": [
29-
"javascript",
30-
"json",
31-
"jsonc",
32-
"yaml",
33-
"markdown"
34-
]
28+
"eslint.validate": ["javascript", "json", "jsonc", "yaml", "markdown"]
3529
}

0 commit comments

Comments
 (0)