File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
// https://torchlight.dev/docs/options
24
24
'options ' => [
25
25
// Turn line numbers on or off globally.
26
- 'lineNumbers ' => true ,
26
+ // 'lineNumbers' => false ,
27
27
28
28
// Control the `style` attribute applied to line numbers.
29
29
// 'lineNumbersStyle' => '',
30
30
31
31
// Turn on +/- diff indicators.
32
- 'diffIndicators ' => true ,
32
+ // 'diffIndicators' => true,
33
33
34
34
// If there are any diff indicators for a line, put them
35
35
// in place of the line number to save horizontal space.
36
- 'diffIndicatorsInPlaceOfLineNumbers ' => true ,
36
+ // 'diffIndicatorsInPlaceOfLineNumbers' => true,
37
37
38
38
// When lines are collapsed, this is the text that will
39
39
// be shown to indicate that they can be expanded.
You can’t perform that action at this time.
0 commit comments