Enforce Unix line endings for Clang/LLVM/MLIR projects (#161460)

Change top-level and LLVM/MLIR/Clang `.clang-format` files to enforce
Unix line ending.
This commit is contained in:
Rahul Joshi 2025-10-02 06:09:12 -07:00 committed by GitHub
parent faf070f062
commit 2ece31bb9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 1 deletions

View File

@ -1 +1,2 @@
BasedOnStyle: LLVM BasedOnStyle: LLVM
LineEnding: LF

View File

@ -1 +1,2 @@
BasedOnStyle: LLVM BasedOnStyle: LLVM
LineEnding: LF

View File

@ -1,2 +1,2 @@
BasedOnStyle: LLVM BasedOnStyle: LLVM
LineEnding: LF

View File

@ -1,2 +1,3 @@
BasedOnStyle: LLVM BasedOnStyle: LLVM
AlwaysBreakTemplateDeclarations: Yes AlwaysBreakTemplateDeclarations: Yes
LineEnding: LF