display diff indicators in place of line numbers

This commit is contained in:
John Bowdre 2023-11-08 22:03:42 -06:00
parent 729d9335ca
commit d53c726126

View file

@ -30,7 +30,7 @@ module.exports = {
// If there are any diff indicators for a line, put them // If there are any diff indicators for a line, put them
// in place of the line number to save horizontal space. // in place of the line number to save horizontal space.
diffIndicatorsInPlaceOfLineNumbers: false diffIndicatorsInPlaceOfLineNumbers: true
// When lines are collapsed, this is the text that will // When lines are collapsed, this is the text that will
// be shown to indicate that they can be expanded. // be shown to indicate that they can be expanded.