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
4 changed files with 4 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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