Line Endings back to Unix (Was Temporarly on Windows)

This commit is contained in:
Ignatz 2018-05-18 11:03:04 +02:00
parent 838578657d
commit 3bf4f3ef40

View file

@ -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,