diff options
author | Ignatz <computer-freak94@gmx.de> | 2018-05-18 11:03:04 +0200 |
---|---|---|
committer | Ignatz <computer-freak94@gmx.de> | 2018-05-18 11:03:04 +0200 |
commit | 3bf4f3ef40a50b2471d0a6a402c443760ce4427b (patch) | |
tree | 4735c81a77abdae8de79170dd408273852782765 | |
parent | 838578657da4ed46be0e32091120c7554b07c102 (diff) | |
download | wekan-3bf4f3ef40a50b2471d0a6a402c443760ce4427b.tar.gz wekan-3bf4f3ef40a50b2471d0a6a402c443760ce4427b.tar.bz2 wekan-3bf4f3ef40a50b2471d0a6a402c443760ce4427b.zip |
Line Endings back to Unix (Was Temporarly on Windows)
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 06d3f001..255e00ba 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -32,7 +32,7 @@ "comma-spacing": 2, "comma-style": 2, "eol-last": 2, - "linebreak-style": [2, "windows"], + "linebreak-style": [2, "unix"], "new-parens": 2, "no-lonely-if": 2, "no-multiple-empty-lines": 2, |