properly indent ssh config example

This commit is contained in:
Jason Lunz 2021-12-17 16:11:55 -07:00
parent 06eb5ad47f
commit 0af268da4e
No known key found for this signature in database
GPG key ID: 88F9FD38589448E9

View file

@ -270,8 +270,8 @@ type sshResult struct {
// configuration for a single codespace. For example:
//
// Host {{Name}}.{{EscapedRef}
// User {{SSHUser}
// ProxyCommand {{GHExec}} cs ssh -c {{Name}} --stdio
// User {{SSHUser}
// ProxyCommand {{GHExec}} cs ssh -c {{Name}} --stdio
//
// EscapedRef is included in the name to help distinguish between codespaces
// when tab-completing ssh hostnames. '/' characters in EscapedRef are