File: eol-comments

package info (click to toggle)
golang-github-dimonomid-ssh-config 0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248 kB
  • sloc: makefile: 25
file content (7 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
Host example      # this comment terminates a Host line
    HostName example.com    # aligned eol comment 1
    ForwardX11Timeout 52w   # aligned eol comment 2
# This comment takes up a whole line
          # This comment is offset and takes up a whole line
    AddressFamily inet      # aligned eol comment 3    
    Port 4242 #compact comment