From 22600635546848ade58fc3d95067f1686646ce46 Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 20 Sep 2017 15:57:50 -0700 Subject: [PATCH] specify clang-format version --- Contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributing.md b/Contributing.md index 0ff2ab1e82f1..b7c048cc0720 100644 --- a/Contributing.md +++ b/Contributing.md @@ -28,6 +28,8 @@ This project uses clang-format (stable branch) to check for common style issues. ## Checking and fixing formatting issues +Windows users need to be careful about line endings. Windows users should configure git to checkout UNIX-style line endings to keep clang-format simple. + In most cases, clang-format can and **should** be used to automatically reformat code and solve most formatting issues. - To run clang-format on all staged files: