From d08e350a4b44c755f65d50227329e212efafb1b2 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 7 Nov 2025 19:57:35 +0100 Subject: Add formatting tools and VSCode configuration (#83) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> Co-authored-by: Ariel Costas Guerrero --- src/frontend/.prettierrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/frontend/.prettierrc (limited to 'src/frontend/.prettierrc') diff --git a/src/frontend/.prettierrc b/src/frontend/.prettierrc new file mode 100644 index 0000000..115ffb9 --- /dev/null +++ b/src/frontend/.prettierrc @@ -0,0 +1,10 @@ +{ + "semi": true, + "trailingComma": "es5", + "singleQuote": false, + "printWidth": 80, + "tabWidth": 2, + "useTabs": false, + "arrowParens": "always", + "endOfLine": "lf" +} -- cgit v1.3