[Mlir-commits] [clang] [clang-tools-extra] [compiler-rt] [flang] [lldb] [llvm] [mlir] [openmp] [pstl] Finally formalise our defacto line-ending policy (PR #86318)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon May 6 02:31:22 PDT 2024


================
@@ -1,3 +1,10 @@
+# Checkout as native, commit as LF except in specific circumstances
+* text=auto
+*.bat text eol=crlf
+*.rc text eol=crlf
+*.sln text eol=crlf
----------------
ldrumm wrote:

I think it makes sense to put the well-known-extension attributes in the root. I don't envision a `.sln` file ever *not* having crlf endings, so I considered it a global convenience

https://github.com/llvm/llvm-project/pull/86318


More information about the Mlir-commits mailing list