Skip to content

Commit

Permalink
Switch to explicit layouts by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Oct 31, 2024
1 parent 4701d9c commit ee4f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public bool DoAllModulesHaveLibraries() =>
/// </value>
public bool GenerateClassTemplates { get; set; }
public bool GenerateInternalImports;
public bool GenerateSequentialLayout { get; set; } = true;
public bool GenerateSequentialLayout { get; set; } = false;
public bool UseHeaderDirectories;

/// <summary>
Expand Down

0 comments on commit ee4f946

Please sign in to comment.