From b310ff896742b33e0756cfa8805a354bdcc4d5d8 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Wed, 8 Jan 2020 15:17:21 -0600 Subject: [PATCH] Add indent depth config value. --- src/config.template.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/config.template.ts b/src/config.template.ts index 54c4359..360d0e7 100644 --- a/src/config.template.ts +++ b/src/config.template.ts @@ -5,4 +5,7 @@ export const CLIENT_ID: string = ""; export const USERNAME: string = ""; -export const OAUTH_TOKEN: string = ""; \ No newline at end of file +export const OAUTH_TOKEN: string = ""; + + +export const INDENT_DEPTH: number = 0; \ No newline at end of file