From 9ec7b809a970741e3e2faceb0dc8a161c0a6924f Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 12 Nov 2024 01:04:46 +0000 Subject: [PATCH] I have adapted the new-line-char to the codebase. But I am not sure if this is the right thing to do. --- .prettierrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.prettierrc b/.prettierrc index 47c72d4..bdf0dfc 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,6 +1,7 @@ { - "trailingComma": "es5", - "tabWidth": 4, - "printWidth": 120, - "semi": true + "trailingComma": "es5", + "tabWidth": 4, + "printWidth": 120, + "semi": true, + "endOfLine": "crlf" }