Module: kamailio
Branch: master
Commit: 68df10a2e8cb47d9e788a8bbc38e1f7be91cea78
URL:
https://github.com/kamailio/kamailio/commit/68df10a2e8cb47d9e788a8bbc38e1f7…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-09-09T21:35:49+02:00
Revert "github: small additition related to file line endings and windows
editors"
- This reverts commit d80bccc3b85256fe0d440cc47c90fc1020ae1d8d.
- not needed anymore, git should take care of this automatically now
---
Modified: .github/CONTRIBUTING.md
---
Diff:
https://github.com/kamailio/kamailio/commit/68df10a2e8cb47d9e788a8bbc38e1f7…
Patch:
https://github.com/kamailio/kamailio/commit/68df10a2e8cb47d9e788a8bbc38e1f7…
---
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 28c16586a7..ea6ba9cdd8 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -65,8 +65,6 @@ and commit history, there are several *rules* required for each
contribution.
* 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
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 ###