diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..290b0104 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* test eol=lf \ No newline at end of file diff --git a/.prettierrc b/.prettierrc index 95c419e3..7a514e54 100644 --- a/.prettierrc +++ b/.prettierrc @@ -7,8 +7,10 @@ "overrides": [ { "files": "*.json5", - "options": { "parser": "json" } + "options": { + "parser": "json" + } } ], - "endOfLine": "auto" + "endOfLine": "lf" }