config
This commit is contained in:
parent
41d402625b
commit
af3c42f7e8
10 changed files with 170 additions and 75 deletions
|
|
@ -13,6 +13,9 @@ export const config = {
|
|||
autoImport: true,
|
||||
autoEnable: true,
|
||||
importToPreview: false,
|
||||
obfuscateStringName: true,
|
||||
allowRandomStringName: true,
|
||||
forceRandomStringLength: 16,
|
||||
},
|
||||
binding_functions: {
|
||||
custom_abs: function (number) {
|
||||
|
|
|
|||
Reference in a new issue