Skip to content

Commit ea689d4

Browse files
authored
chore: unify line endings for all files for any new clone (#2541)
* set "* text=auto" in .gitattributes to unify line endings * force to use LF in .editorconfig
1 parent 050e4fb commit ea689d4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
root = true
22

3+
[*]
4+
end_of_line = lf
5+
36
[*.{js,ts}]
47
indent_style = tab
58
indent_size = 2

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
benchcases/** linguist-detectable=false
22
fixtures/** linguist-detectable=false
33
webpack-test/** linguist-detectable=false
4+
* text=auto

0 commit comments

Comments
 (0)