(kind ast.Kind)
| 862 | } |
| 863 | |
| 864 | func isComment(kind ast.Kind) bool { |
| 865 | return kind == ast.KindSingleLineCommentTrivia || kind == ast.KindMultiLineCommentTrivia |
| 866 | } |
| 867 | |
| 868 | func (w *formatSpanWorker) insertIndentation(pos int, indentation int, lineAdded bool) { |
| 869 | indentationString := getIndentationString(indentation, w.formattingContext.Options) |
no outgoing calls
no test coverage detected