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