String used for indentation during Write();
Declaration Syntax
C# |
public static string Indent { get; set; }
Examples
CopyC#
Sofu.Sofu.Map file = SofuReader.LoadFile("file.sofu"); Sofu.Sofu.SofuObject.Indent = " "; file.Write("file.sofu"); // Indented with spaces instead of tabs;