From becef42efaefd339b7ccfac46536572354b320df Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni Date: Mon, 6 Apr 2020 17:36:49 +0530 Subject: [PATCH] =?UTF-8?q?feat:=20add=20Prettier=20config=20=F0=9F=91=A8?= =?UTF-8?q?=E2=80=8D=F0=9F=92=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..5597030a --- /dev/null +++ b/.prettierrc @@ -0,0 +1,12 @@ +{ + "semi": true, + "arrowParens": "always", + "singleQuote": true, + "trailingComma": "all", + "bracketSpacing": true, + "htmlWhitespaceSensitivity": "css", + "insertPragma": false, + "tabWidth": 2, + "useTabs": false, + "vueIndentScriptAndStyle": true +} \ No newline at end of file