Author: Baranov Victor Date: 2025-10-15T22:33:34Z New Revision: dc4cef81d47c7bc4a3c4d58fbacf8a6359683fae
URL: https://github.com/llvm/llvm-project/commit/dc4cef81d47c7bc4a3c4d58fbacf8a6359683fae DIFF: https://github.com/llvm/llvm-project/commit/dc4cef81d47c7bc4a3c4d58fbacf8a6359683fae.diff LOG: [clang-tidy][NFC] Enforce Unix line endings (#163650) With https://github.com/llvm/llvm-project/pull/161460 merged, we should also enforce it in CI (although nothing changed for current files) Added: Modified: clang-tools-extra/clang-tidy/.clang-format Removed: ################################################################################ diff --git a/clang-tools-extra/clang-tidy/.clang-format b/clang-tools-extra/clang-tidy/.clang-format index d18cf7c108ca6..5b5066116bbaa 100644 --- a/clang-tools-extra/clang-tidy/.clang-format +++ b/clang-tools-extra/clang-tidy/.clang-format @@ -1,2 +1,3 @@ BasedOnStyle: LLVM QualifierAlignment: Left +LineEnding: LF _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
