From 00590c968aee8a33b7902f2e976f6fab2f66a377 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Fri, 29 Oct 2021 04:04:51 -0700 Subject: [PATCH] Auto-format the settings file --- src/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index bf56423..ebbb7cf 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,4 +1,5 @@ import React from 'react'; +import settings from 'electron-settings'; import { render } from 'react-dom'; import { QueryClient, QueryClientProvider } from 'react-query'; import { Provider } from 'react-redux'; @@ -14,6 +15,11 @@ const queryClient = new QueryClient({ }, }); +settings.configure({ + prettify: true, + numSpaces: 2, +}); + render(