From 14a953536ab3999042f8f27e8f5c76300aadc99d Mon Sep 17 00:00:00 2001 From: ALAMI Adnane Date: Wed, 26 Mar 2025 11:45:40 +0100 Subject: [PATCH] merging --- front/MyINPulse-front/.prettierrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 front/MyINPulse-front/.prettierrc diff --git a/front/MyINPulse-front/.prettierrc b/front/MyINPulse-front/.prettierrc new file mode 100644 index 0000000..18a9a8a --- /dev/null +++ b/front/MyINPulse-front/.prettierrc @@ -0,0 +1,7 @@ +{ + "useTabs":false, + "semi":true, + "trailingComma":"es5", + "arrowParens":"always", + "tabWidth":4 +} \ No newline at end of file