Code/Dependencies/DotNetGraph/Compilation/CompilationOptions.cs
namespace Nodebox.Dependencies.DotNetGraph.Compilation {
    public class CompilationOptions {
        public bool AutomaticEscapedCharactersFormat { get; set; } = true;

        public bool Indented { get; set; } = true;
    }
}