From 1e08b570710b630e157d26a1666ac5ca3f7c42fb Mon Sep 17 00:00:00 2001 From: Matthieu Morin Date: Thu, 6 Jun 2024 14:11:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=20Tab=20should=20be=204=20spaces,?= =?UTF-8?q?=20some=20prettier=20configs...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit relevant updates can be seen in the config, reasoning: standardization of further work --- .prettierrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 8177c67..16ce5f4 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,9 +1,15 @@ { - "arrowParens": "avoid", + "arrowParens": "always", "semi": true, "trailingComma": "none", "singleQuote": true, "printWidth": 80, + "useTabs": false, + "tabWidth": 4, + "endOfLine": "lf", + "htmlWhitespaceSensitivity": "ignore", + "bracketSameLine": true, + "bracketSpacing": true, "plugins": [ "@prettier/plugin-pug", "prettier-plugin-pkg",