From 5c9e5726695bf5657715a39fdde2eeea68abbc28 Mon Sep 17 00:00:00 2001 From: Oleg Moiseenko Date: Wed, 26 Apr 2017 22:40:55 +0300 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 89d98ec..de708cf 100644 --- a/Contributing.md +++ b/Contributing.md @@ -4,7 +4,7 @@ If you want to contribute to the project, please: 2. Follow the coding conventions 3. Write tests -About the coding conventions: I try to follow the [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.html) with few variations to match the Arduino conventions. +About the coding conventions: I try to follow the [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) with few variations to match the Arduino conventions. I use [ClangFormat](http://clang.llvm.org/docs/ClangFormat.html) to format the code for me. I use [CppLint](http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py) to detect non-compliant stuff.