Example #1
0
 public IndentService(IStylerOptions options)
 {
     this.indentWithTabs = options.IndentWithTabs;
     this.indentSize = options.IndentSize;
     this.attributeIndentationStyle = options.AttributeIndentationStyle;
 }
Example #2
0
 public IndentService(IStylerOptions options)
 {
     this.indentWithTabs            = options.IndentWithTabs;
     this.indentSize                = options.IndentSize;
     this.attributeIndentationStyle = options.AttributeIndentationStyle;
 }