We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4881678 commit c94eeffCopy full SHA for c94eeff
config/torchlight.php
@@ -22,13 +22,13 @@
22
// We replace tabs in your code blocks with spaces in HTML. Set
23
// the number of spaces you'd like to use per tab. Set to
24
// `false` to leave literal tabs in the HTML.
25
- 'tab_width' => 4,
+ 'tab_width' => 2,
26
27
// Global options to control blocks-level settings.
28
// https://torchlight.dev/docs/options
29
'options' => [
30
// Turn line numbers on or off globally.
31
- 'lineNumbers' => true,
+ 'lineNumbers' => false,
32
33
// Control the `style` attribute applied to line numbers.
34
// 'lineNumbersStyle' => '',
0 commit comments