diff options
author | stuebinm | 2021-11-14 18:50:27 +0100 |
---|---|---|
committer | stuebinm | 2021-11-14 18:50:27 +0100 |
commit | 1b286eb08c39bffbb7a14b5311b50834ac0ff982 (patch) | |
tree | 10e7665eb6e462a3b0b8fb0522a7ea1931398d77 | |
parent | 90b639737909391c6289c5c5fd0c743f7ff0cc27 (diff) |
add example config
-rw-r--r-- | config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..56d010e --- /dev/null +++ b/config.json @@ -0,0 +1,6 @@ +{ + "AssemblyTag":"assemblyname", + "ScriptInject":null, + "MaxWarnLevel":"Suggestion", + "DontCopyAssets":true +} |