scratch – Blame information for rev 66

Subversion Repositories:
Rev:
Rev Author Line No. Line
66 office 1 root:
2 child_1: 2
3  
4 child_2: 0
5 child_3: 1
6  
7 root2:
8 child_1: 1
9 # A comment
10 child_2: 2
11  
12 displays:
13 - resolutions:
14 1024: 768
15 - resolutions:
16 1920: 1200
17  
18 display:
19 - resolutions:
20 1024: 768
21 1920: 1200
22 producer: "Nec"
23  
24 nested_hashes_and_seqs:
25 - { row: 0, col: 0, headsets_affected: [{ports: [0], side: left}], switch_function: {ics_ptt: true} }
26  
27 easier_nest: { h: [{a: b, a1: b1}, {c: d}] }
28  
29 one_space: |
30 By four
31 spaces
32  
33 steps:
34 - step: &id001
35 instrument: Lasik 2000
36 pulseEnergy: 5.4
37 pulseDuration: 12
38 repetition: 1000
39 spotSize: 1mm
40 - step:
41 <<: *id001
42 spotSize: 2mm
43  
44 death masks are:
45 sad: 2
46 <<: {magnificent: 4}
47  
48 login: &login
49 adapter: mysql
50 host: localhost
51  
52 development:
53 database: rails_dev
54 <<: *login
55  
56 "key": "value:"
57 colon_only: ":"
58  
59 list_and_comment: [one, two, three] # comment
60 kai:
61 -example: value
62 kai_list_of_items:
63 - -item
64 - '-item'
65 -item
66  
67 &foo bar:
68 1: "abc"
69  
70 zzz: *foo