Bläddra i källkod

github: small additition related to file line endings and windows editors

Henning Westerholt 6 år sedan
förälder
incheckning
d80bccc3b8
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      .github/CONTRIBUTING.md

+ 2 - 0
.github/CONTRIBUTING.md

@@ -65,6 +65,8 @@ and commit history, there are several *rules* required for each contribution.
   * code **should** be formatted with **clang-format** or to match the style of
   * code **should** be formatted with **clang-format** or to match the style of
   the component that the commit applies to. The `.clang-format` file is part of
   the component that the commit applies to. The `.clang-format` file is part of
   Kamailio source code tree, in the root folder.
   Kamailio source code tree, in the root folder.
+  * code **should** be use Linux style line endings and not Windows style
+  (CRLF). If you use a Windows editor, please configure it this way.
 
 
 ### Commit Message Rules ###
 ### Commit Message Rules ###