From 4b29e0324395c26fab9be3d5814de4edb78c900c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B9=20=D0=A5=D0=B8?= =?UTF-8?q?=D0=BC=D0=B8=D1=87?= <30412223+Kiuh@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:37:39 +0300 Subject: [PATCH] Update .csharpierrc.json --- JamGame/.csharpierrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JamGame/.csharpierrc.json b/JamGame/.csharpierrc.json index df26663d..685c88af 100644 --- a/JamGame/.csharpierrc.json +++ b/JamGame/.csharpierrc.json @@ -2,5 +2,5 @@ "printWidth": 100, "useTabs": false, "tabWidth": 4, - "endOfLine": "crlf" + "endOfLine": "lf" } \ No newline at end of file