Property PreserveTabs
PreserveTabs
Gets or sets whether tabs will be preserved, considering the tab width or replaced with spaces. If true tabs will be preserved, considering the spaces according to the provided TabWidth. If false, default, tabs will be replaced with spaces according to the provided TabWidth.
public bool PreserveTabs { get; set; }