Skip to content

Commit e669bbb

Browse files
committed
Revert "Finally formalise our defacto line-ending policy"
This reverts commit dccebdd.
1 parent 2bff9d9 commit e669bbb

File tree

7 files changed

+0
-23
lines changed

7 files changed

+0
-23
lines changed

.gitattributes

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# Checkout as native, commit as LF except in specific circumstances
2-
* text=auto
3-
*.bat text eol=crlf
4-
*.rc text eol=crlf
5-
*.sln text eol=crlf
6-
*.natvis text eol=crlf
7-
81
libcxx/src/**/*.cpp merge=libcxx-reformat
92
libcxx/include/**/*.h merge=libcxx-reformat
103

clang-tools-extra/clangd/test/.gitattributes

-3
This file was deleted.

clang/test/.gitattributes

-4
This file was deleted.

llvm/docs/TestingGuide.rst

-6
Original file line numberDiff line numberDiff line change
@@ -360,12 +360,6 @@ Best practices for regression tests
360360
- Try to give values (including variables, blocks and functions) meaningful
361361
names, and avoid retaining complex names generated by the optimization
362362
pipeline (such as ``%foo.0.0.0.0.0.0``).
363-
- If your tests depend on specific input file encodings, beware of line-ending
364-
issues across different platforms, and in the project's history. Before you
365-
commit tests that depend on explicit encodings, consider adding filetype or
366-
specific line-ending annotations to a `<.gitattributes
367-
https://git-scm.com/docs/gitattributes#_effects>`_ file in the appropriate
368-
directory in the repository.
369363

370364
Extra files
371365
-----------

llvm/test/FileCheck/.gitattributes

-1
This file was deleted.

llvm/test/tools/llvm-ar/Inputs/.gitattributes

-1
This file was deleted.

llvm/utils/lit/tests/Inputs/shtest-shell/.gitattributes

-1
This file was deleted.

0 commit comments

Comments
 (0)