Class FormattedSyntaxTextWriterSettings.Defaults
Inheritance
System.Object
FormattedSyntaxTextWriterSettings.Defaults
Assembly: DotLang.dll
Syntax
public static class Defaults
Properties
|
Improve this Doc
View Source
Indent
Declaration
public static string Indent { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InsertFinalNewLine
Declaration
public static bool InsertFinalNewLine { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InsertSemicolonAfterNodeStatements
Declaration
public static bool InsertSemicolonAfterNodeStatements { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InsertSemicolonAfterSubgraphStatements
Declaration
public static bool InsertSemicolonAfterSubgraphStatements { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NewLine
Declaration
public static string NewLine { get; }
Property Value
Type |
Description |
System.String |
|