Skip to content

Commit

Permalink
feat: enable fixers by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavisau committed Jun 8, 2022
1 parent 1efd955 commit ec822f5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,6 +16,6 @@ public class AssemblyCompilationOptions
public string WriteAssembliesPath { get; set; }
public List<SourceGeneratorReference> SourceGeneratorReferences { get; set; } = new();
public List<GlobalUsingsSource> GlobalUsingsSources { get; set; } = new();
public AssemblyFixerOptions FixerOptions { get; set; }
public AssemblyFixerOptions FixerOptions { get; set; } = new() { Enabled = true };
}
}

0 comments on commit ec822f5

Please sign in to comment.