diff --git a/.prettierrc b/.prettierrc index 878ac775..48360d60 100644 --- a/.prettierrc +++ b/.prettierrc @@ -7,5 +7,6 @@ "bracketSpacing": true, "jsxBracketSameLine": false, "arrowParens": "avoid", + "endOfLine": "lf", "parser": "typescript" -} \ No newline at end of file +}