[llvm] [CodingStandard] Require Unix line endings for C/C++ source and headers (PR #161228)

Baranov Victor via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 29 10:57:31 PDT 2025


================
@@ -1790,6 +1790,13 @@ would help to avoid running into a "dangling else" situation.
       markAsIgnored(D);
   }
 
+Use Unix style line endings for source files
----------------
vbvictor wrote:

Could we write also how a reviewer can check it GitHub PR (or it isn't possible)?
Should we make a job/linter for it? A follow-up issue would be nice to have.

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


More information about the llvm-commits mailing list