Add indent depth config value.
This commit is contained in:
parent
3fa4e45e1a
commit
b310ff8967
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