From 536e46ff5f784eb022296dcec3097e99d5e95953 Mon Sep 17 00:00:00 2001 From: Takuma HANATANI Date: Fri, 17 Jul 2020 21:58:03 +0900 Subject: [PATCH] chore: Fix Prettier configuration indent (#46) --- .prettierrc.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index bbf4311..d1c1215 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,11 +1,11 @@ { - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "semi": false, - "singleQuote": true, - "trailingComma": "none", - "bracketSpacing": false, - "arrowParens": "avoid", - "parser": "typescript" - } \ No newline at end of file + "printWidth": 80, + "tabWidth": 2, + "useTabs": false, + "semi": false, + "singleQuote": true, + "trailingComma": "none", + "bracketSpacing": false, + "arrowParens": "avoid", + "parser": "typescript" +}