diff options
author | 2023-08-29 15:29:09 -0700 | |
---|---|---|
committer | 2023-08-29 15:29:09 -0700 | |
commit | cf151a256cf4c29a1f2a544c2748c7693e6499f8 (patch) | |
tree | 236084fa77b5bca5184732f30ba8918b0f6267fb | |
parent | de58e9d583ab9f2a5a96401d5f650dd310ca01e3 (diff) | |
download | bun-cf151a256cf4c29a1f2a544c2748c7693e6499f8.tar.gz bun-cf151a256cf4c29a1f2a544c2748c7693e6499f8.tar.zst bun-cf151a256cf4c29a1f2a544c2748c7693e6499f8.zip |
Enforce unix line endings in git
-rw-r--r-- | .gitattributes | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index aa59b4714..633367325 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,22 @@ +*.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.jsx text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.tsx text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.ts text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.c text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.cpp text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.cc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.zig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.rs text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.h text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.mjs text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.mts text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 + .vscode/launch.json linguist-generated src/api/schema.d.ts linguist-generated fixture.*.c linguist-generated @@ -5,7 +24,6 @@ src/api/schema.js linguist-generated src/bun.js/bindings/sqlite/sqlite3.c linguist-vendored src/bun.js/bindings/sqlite/sqlite3_local.h linguist-vendored *.lockb binary diff=lockb -*.zig text eol=lf src/bun.js/bindings/simdutf.cpp linguist-vendored src/bun.js/bindings/simdutf.h linguist-vendored |