Skip to content

Commit d1e1bd0

Browse files
committed
Don't ship any defaults, so we don't override people's current configs
1 parent 6d851bc commit d1e1bd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/torchlight.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
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.

0 commit comments

Comments
 (0)