Skip to content

Commit 13d2aa9

Browse files
committed
fix: satisfy pre-commit end-of-file hook
Add the missing trailing newlines that CI rewrites so the reusable pre-commit workflow stops failing on clean pushes. Keep the tracked config files byte-stable with the repository hooks to avoid another no-op CI failure.
1 parent 7082336 commit 13d2aa9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žclaude/claude.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2078,4 +2078,4 @@
20782078
"cachedChromeExtensionInstalled": true,
20792079
"claudeInChromeDefaultEnabled": true,
20802080
"hasCompletedClaudeInChromeOnboarding": true
2081-
}
2081+
}

β€Žgit/.gitconfigβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
[merge]
4646
tool = vscode
4747
[mergetool "vscode"]
48-
cmd = code --wait $MERGED
48+
cmd = code --wait $MERGED

β€Žgit/.gitignore_globalβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ log/
2424

2525
# Mac OS DS_Store
2626
.DS_Store
27-
.config/fish/conf.d/keychain.fish
27+
.config/fish/conf.d/keychain.fish

0 commit comments

Comments
Β (0)