Skip to content

Commit 27becd3

Browse files
committed
Added Auto End of Line
This simplifies cross platform dev
1 parent fea6f71 commit 27becd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ClientApp/.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"tabWidth": 2,
44
"semi": false,
55
"singleQuote": true,
6-
"printWidth": 100
6+
"printWidth": 100,
7+
"endOfLine": "auto"
78
}

0 commit comments

Comments
 (0)