From db400f447a9f7aae1c56fa25396e93069744483f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 May 2018 11:55:51 +0200 Subject: Upgrade to rxjs 6 --- .prettierrc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.prettierrc.yml') diff --git a/.prettierrc.yml b/.prettierrc.yml index aa374328e..d8379671f 100644 --- a/.prettierrc.yml +++ b/.prettierrc.yml @@ -1,8 +1,8 @@ -printWidth: 80 +printWidth: 140 tabWidth: 2 useTabs: false semi: false singleQuote: true -trailingComma: all +trailingComma: false bracketSpacing: true arrowParens: always -- cgit v1.2.3