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 2323 // https://torchlight.dev/docs/options
2424 'options ' => [
2525 // Turn line numbers on or off globally.
26- 'lineNumbers ' => true ,
26+ // 'lineNumbers' => false ,
2727
2828 // Control the `style` attribute applied to line numbers.
2929 // 'lineNumbersStyle' => '',
3030
3131 // Turn on +/- diff indicators.
32- 'diffIndicators ' => true ,
32+ // 'diffIndicators' => true,
3333
3434 // If there are any diff indicators for a line, put them
3535 // in place of the line number to save horizontal space.
36- 'diffIndicatorsInPlaceOfLineNumbers ' => true ,
36+ // 'diffIndicatorsInPlaceOfLineNumbers' => true,
3737
3838 // When lines are collapsed, this is the text that will
3939 // be shown to indicate that they can be expanded.
You can’t perform that action at this time.
0 commit comments