From f2b532c3251d7cd9132438c3ada204786db2e058 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 28 Apr 2022 12:08:39 -0500 Subject: [PATCH] Indentation --- scripts/client/jsconfig.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/scripts/client/jsconfig.json b/scripts/client/jsconfig.json index f8c14e94..7a0aa2fa 100644 --- a/scripts/client/jsconfig.json +++ b/scripts/client/jsconfig.json @@ -1,14 +1,14 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "moduleResolution": "classic" - }, - "include": [ - "*.js", - "gui/*.js", - "native/*.js", - "../shared/*.js", - "../third-party/mexui/*" - ] + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "moduleResolution": "classic" + }, + "include": [ + "*.js", + "gui/*.js", + "native/*.js", + "../shared/*.js", + "../third-party/mexui/*" + ] } \ No newline at end of file