Skip to content

Commit 4fe63e1

Browse files
committed
Remove linebreak rule and add gitattributes to normalize line ending
1 parent 7ab17d5 commit 4fe63e1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.eslintrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ rules:
55
quotes:
66
- 2
77
- single
8-
linebreak-style:
9-
- 2
10-
- unix
118
semi:
129
- 2
1310
- always

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

0 commit comments

Comments
 (0)