Merge pull request #2 from Tyler-A/develop

Add indent depth config value.
This commit is contained in:
Tyler 2020-01-08 14:19:04 -07:00 committed by GitHub
commit 61363e851e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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