diff options
Diffstat (limited to '.prettierrc.json')
-rw-r--r-- | .prettierrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json index 3ac20a06..ce2a27b2 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -5,6 +5,7 @@ "arrowParens": "avoid", "printWidth": 200, "bracketSameLine": true, + "endOfLine": "lf", "overrides": [ { "files": ["*.js", "*.json"], |