You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/config.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -293,10 +293,10 @@
293
293
"description": "If true, display the files in the file views as a tree. If false, display the files as a flat list.\nThis can be toggled from within Lazygit with the '~' key, but that will not change the default.",
294
294
"default": true
295
295
},
296
-
"showNumberOfLineChanges": {
296
+
"showNumberOfLineChangesFilesView": {
297
297
"type": "boolean",
298
298
"description": "If true, show the number of lines changed per file in the Files view",
0 commit comments