Skip to content

Commit ee4f946

Browse files
committed
Switch to explicit layouts by default.
1 parent 4701d9c commit ee4f946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator/Options.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public bool DoAllModulesHaveLibraries() =>
9595
/// </value>
9696
public bool GenerateClassTemplates { get; set; }
9797
public bool GenerateInternalImports;
98-
public bool GenerateSequentialLayout { get; set; } = true;
98+
public bool GenerateSequentialLayout { get; set; } = false;
9999
public bool UseHeaderDirectories;
100100

101101
/// <summary>

0 commit comments

Comments
 (0)