Skip to content

Commit

Permalink
fix(gitattributes): improve bun support
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Aug 20, 2024
1 parent 7d290d4 commit 03c8f69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/generators/gitattributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ import { extensions } from '../utils/extensions.js';
import { fsUtil } from '../utils/fsUtil.js';
import { promisePool } from '../utils/promisePool.js';

// cf. https://bun.sh/guides/install/git-diff-bun-lockfile
const newContent = `* text=auto
*.lockb binary diff=lockb
*.vcproj text eol=crlf
${[...extensions.codeWith2IndentSize, ...extensions.codeWith4IndentSize, ...extensions.markdownLike]
Expand Down

0 comments on commit 03c8f69

Please sign in to comment.