func github.com/go-git/gcfg/scanner.isWhiteSpace

3 uses

	github.com/go-git/gcfg/scanner (current package)
		scanner.go#L247: 		if inQuote || !isWhiteSpace(ch) {
		scanner.go#L260: func isWhiteSpace(ch rune) bool {
		scanner.go#L265: 	for isWhiteSpace(s.ch) {