mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix(config): use TypeNameAssemblyFormatHandling.Simple instead
This commit is contained in:
parent
e40b5554a8
commit
491a0acca9
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace Dalamud.Configuration.Internal
|
|||
private static readonly JsonSerializerSettings SerializerSettings = new()
|
||||
{
|
||||
TypeNameHandling = TypeNameHandling.All,
|
||||
TypeNameAssemblyFormatHandling = TypeNameAssemblyFormatHandling.Full,
|
||||
TypeNameAssemblyFormatHandling = TypeNameAssemblyFormatHandling.Simple,
|
||||
Formatting = Formatting.Indented,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue