Exemplo n.º 1
0
 public SecretIndentCache(
     ICodeFormatterImpl codeFormatter,
     Func <ITreeNode, CustomIndentType, string> customLineIndenter,
     AlignmentTabFillStyle tabFillStyle,
     GlobalFormatSettings formatSettings)
     : base(codeFormatter, customLineIndenter, tabFillStyle, formatSettings)
 {
 }
Exemplo n.º 2
0
 public PsiIndentCache(ICodeFormatterImpl codeFormatter, AlignmentTabFillStyle tabFillStyle, GlobalFormatSettings formattingSettings)
     : base(codeFormatter, null, tabFillStyle, formattingSettings)
 {
 }