Browse Source

Adds more specific settings typing

main
Eric Amodio 3 years ago
parent
commit
5385e29f57
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/config.ts

+ 1
- 1
src/config.ts View File

@ -323,7 +323,7 @@ export interface AdvancedConfig {
caching: {
enabled: boolean;
};
commitOrdering: string | null;
commitOrdering: 'date' | 'author-date' | 'topo' | null;
externalDiffTool: string | null;
externalDirectoryDiffTool: string | null;
fileHistoryFollowsRenames: boolean;

Loading…
Cancel
Save