Pack.fileOptions

Option fields applied to specific files.

The keys are a relative path to a resource or a directory. Options defined under an empty key affect all resources. In JSON, you can provide that key with an options field instead, for readability.

Fields missing in the JSON will be inherited from parent directories or will use the default value.

struct Pack
@JSONExclude
ResourceOptions[string] fileOptions;

Meta