Lines Matching full:indent
102 // If indent is set, a multi-line identifier list is indented after the
104 func (p *printer) identList(list []*ast.Ident, indent bool) {
111 if !indent {
154 ws = indent
275 ws := indent
308 // won't indent again. If we didn't (ws == indent), identList will
309 // indent if the identList spans multiple lines, and it will outdent
310 // again at the end (and still ws == indent). Thus, a subsequent indent
313 p.identList(par.Names, ws == indent)
423 p.print(blank, lbrace, token.LBRACE, indent)
648 ws := indent
753 p.print(indent, newline, x.Sel.Pos(), x.Sel, unindent)
911 p.print(indent)
1085 p.print(s.Colon, token.COLON, indent)
1134 // always indent, but this would cause significant
1138 p.print(indent)
1166 p.print(token.LBRACE, indent, formfeed)
1439 p.print(indent, formfeed)