feat: ignore diff whitespace (#1067)

Add an option to ignore diff whitespace for diffs.
This commit is contained in:
Solomon
2025-10-24 19:24:31 +01:00
committed by GitHub
parent c9a5609550
commit 3c36ee6cd5
7 changed files with 96 additions and 40 deletions

View File

@@ -91,6 +91,7 @@
"inline": "Inline view",
"split": "Split view"
},
"ignoreWhitespace": "Ignore whitespace changes",
"errorLoadingDiff": "Failed to load diff: {{error}}",
"expandAll": "Expand all diffs",
"collapseAll": "Collapse all diffs",

View File

@@ -75,6 +75,7 @@
"collapseAll": "Collapse all diffs",
"errorLoadingDiff": "Failed to load diff: {{error}}",
"expandAll": "Expand all diffs",
"ignoreWhitespace": "Ignorar cambios de espacios en blanco",
"filesChanged_one": "{{count}} file changed",
"filesChanged_other": "{{count}} files changed",
"noChanges": "No changes have been made yet",

View File

@@ -75,6 +75,7 @@
"collapseAll": "Collapse all diffs",
"errorLoadingDiff": "Failed to load diff: {{error}}",
"expandAll": "Expand all diffs",
"ignoreWhitespace": "空白の変更を無視",
"filesChanged_one": "{{count}} file changed",
"filesChanged_other": "{{count}} files changed",
"noChanges": "No changes have been made yet",

View File

@@ -75,6 +75,7 @@
"collapseAll": "Collapse all diffs",
"errorLoadingDiff": "Failed to load diff: {{error}}",
"expandAll": "Expand all diffs",
"ignoreWhitespace": "공백 변경 무시",
"filesChanged_one": "{{count}} file changed",
"filesChanged_other": "{{count}} files changed",
"noChanges": "No changes have been made yet",