Searched refs:formattingContext (Results 1 – 1 of 1) sorted by relevance
406 const formattingContext = new FormattingContext(sourceFile, requestKind, options); constant1019 …formattingContext.updateContext(previousItem, previousParent, currentItem, currentParent, contextN…1021 const rules = getRules(formattingContext);1023 … let trimTrailingWhitespaces = formattingContext.options.trimTrailingWhitespace !== false;