public TemporaryDeIndentRule(IndentableCodeFile codeFile)
     : base(codeFile)
 {
 }
 public PreIndentRule(IndentableCodeFile codeFile)
     : base(codeFile)
 {
 }
Exemple #3
0
 public IndentRule(IndentableCodeFile codeFile)
 {
     CodeFile = codeFile;
 }