Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Added missing MaxIndent option.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Jul 15, 2013
1 parent 0a7656e commit ff0eb8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Generator/Driver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ public DriverOptions()
GenerateLibraryNamespace = true;
GeneratePartialClasses = true;
OutputInteropIncludes = true;
MaxIndent = 80;
}

// General options
Expand Down Expand Up @@ -214,6 +215,7 @@ public DriverOptions()
public string IncludePrefix;
public bool WriteOnlyWhenChanged;
public Func<TranslationUnit, string> GenerateName;
public int MaxIndent;
}

public class InvalidOptionException : Exception
Expand Down

0 comments on commit ff0eb8e

Please sign in to comment.