diff --git a/.prettierrc.json b/.prettierrc.json index 757fd64caa..37cdf9afd4 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,3 +1,4 @@ { - "trailingComma": "es5" + "trailingComma": "es5", + "endOfLine": "auto" }