github.com/kevinburke/ssh_config.KV.leadingSpace (field)

3 uses

	github.com/kevinburke/ssh_config (current package)
		config.go#L451: 	leadingSpace int // Space before the key. TODO handle spaces vs tabs.
		config.go#L470: 	line := fmt.Sprintf("%s%s%s%s", strings.Repeat(" ", int(k.leadingSpace)), k.Key, equals, k.Value)
		parser.go#L152: 		leadingSpace: key.Position.Col - 1,