Merge pull request #2 from Tyler-A/develop
Add indent depth config value.
This commit is contained in:
commit
61363e851e
1 changed files with 4 additions and 1 deletions
|
|
@ -5,4 +5,7 @@ export const CLIENT_ID: string = "";
|
|||
|
||||
|
||||
export const USERNAME: string = "";
|
||||
export const OAUTH_TOKEN: string = "";
|
||||
export const OAUTH_TOKEN: string = "";
|
||||
|
||||
|
||||
export const INDENT_DEPTH: number = 0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue