Skip to content

Commit c94eeff

Browse files
committed
🔥 supression des numbers sur le rendu du code
1 parent 4881678 commit c94eeff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/torchlight.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
// We replace tabs in your code blocks with spaces in HTML. Set
2323
// the number of spaces you'd like to use per tab. Set to
2424
// `false` to leave literal tabs in the HTML.
25-
'tab_width' => 4,
25+
'tab_width' => 2,
2626

2727
// Global options to control blocks-level settings.
2828
// https://torchlight.dev/docs/options
2929
'options' => [
3030
// Turn line numbers on or off globally.
31-
'lineNumbers' => true,
31+
'lineNumbers' => false,
3232

3333
// Control the `style` attribute applied to line numbers.
3434
// 'lineNumbersStyle' => '',

0 commit comments

Comments
 (0)