diff --git a/src/Generator/Driver.cs b/src/Generator/Driver.cs index 1efdda87..e2588fd8 100644 --- a/src/Generator/Driver.cs +++ b/src/Generator/Driver.cs @@ -174,6 +174,7 @@ namespace CppSharp GenerateLibraryNamespace = true; GeneratePartialClasses = true; OutputInteropIncludes = true; + MaxIndent = 80; } // General options @@ -214,6 +215,7 @@ namespace CppSharp public string IncludePrefix; public bool WriteOnlyWhenChanged; public Func GenerateName; + public int MaxIndent; } public class InvalidOptionException : Exception