diff --git a/.prettierrc.json b/.prettierrc.json index ee4af5af7..d230200ca 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,4 +1,5 @@ { "singleQuote": true, - "trailingComma" : "es5" + "trailingComma" : "es5", + "end-of-line" : "auto" }