From d1cd4b9ee17658de5b7c44ebb7eb0af9581caa2e Mon Sep 17 00:00:00 2001 From: orklah Date: Thu, 7 Nov 2019 18:34:44 +0100 Subject: [PATCH] adding line_ending parameter to enforce standard behavious on windows --- ecs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ecs.yaml b/ecs.yaml index 6d5bb97436e1..92f3a7520dfe 100644 --- a/ecs.yaml +++ b/ecs.yaml @@ -177,3 +177,5 @@ parameters: # conflicts with "PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer" PhpCsFixer\Fixer\Operator\UnaryOperatorSpacesFixer: ~ + + line_ending: "\n"