From efb05576c633a655e5b97918e0949f18dac6c6e1 Mon Sep 17 00:00:00 2001 From: Elias Jackson Date: Sat, 18 Apr 2020 17:19:18 -0700 Subject: [PATCH] Using tabs now instead of spaces --- .prettierrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 4a7aa68..3472282 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,5 @@ { "singleQuote": true, "printWidth": 90, - "useTabs": false + "useTabs": true } \ No newline at end of file