From 0757cbbf4d8c0b362ab47b92f89176bcaf88da13 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 30 Jan 2020 15:37:25 +0400 Subject: Initialized project structure Signed-off-by: Valentin Popov --- .prettierrc.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .prettierrc.json (limited to '.prettierrc.json') diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..524d146 --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,17 @@ +{ + "arrowParens": "always", + "bracketSpacing": true, + "endOfLine": "lf", + "htmlWhitespaceSensitivity": "strict", + "jsxBracketSameLine": true, + "jsxSingleQuote": false, + "printWidth": 160, + "proseWrap": "preserve", + "quoteProps": "consistent", + "semi": true, + "singleQuote": false, + "tabWidth": 4, + "trailingComma": "es5", + "useTabs": true, + "vueIndentScriptAndStyle": false +} -- cgit v1.2.3