Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wholesale (0.07 sec)

  1. src/go/printer/nodes.go

    				needsBlank = true
    			}
    		}
    	}
    	if needsBlank {
    		p.print(blank)
    	}
    }
    
    // indentList reports whether an expression list would look better if it
    // were indented wholesale (starting with the very first element, rather
    // than starting at the first line break).
    func (p *printer) indentList(list []ast.Expr) bool {
    	// Heuristic: indentList reports whether there are more than one multi-
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
Back to top