From d53c726126bddd22438ff25fc13c6d655f3d0d10 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 8 Nov 2023 22:03:42 -0600 Subject: [PATCH] display diff indicators in place of line numbers --- torchlight.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchlight.config.js b/torchlight.config.js index b9355ca..5013efd 100644 --- a/torchlight.config.js +++ b/torchlight.config.js @@ -30,7 +30,7 @@ module.exports = { // If there are any diff indicators for a line, put them // in place of the line number to save horizontal space. - diffIndicatorsInPlaceOfLineNumbers: false + diffIndicatorsInPlaceOfLineNumbers: true // When lines are collapsed, this is the text that will // be shown to indicate that they can be expanded.