Add indent depth config value.

This commit is contained in:
Tyler-A 2020-01-08 15:17:21 -06:00
parent 3fa4e45e1a
commit b310ff8967

View file

@ -6,3 +6,6 @@ export const CLIENT_ID: string = "";
export const USERNAME: string = ""; export const USERNAME: string = "";
export const OAUTH_TOKEN: string = ""; export const OAUTH_TOKEN: string = "";
export const INDENT_DEPTH: number = 0;