mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-31 03:07:35 +02:00
Updated Contributing (markdown)
@ -4,7 +4,7 @@ If you want to contribute to the project, please:
|
|||||||
2. Follow the coding conventions
|
2. Follow the coding conventions
|
||||||
3. Write tests
|
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 [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.
|
I use [CppLint](http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py) to detect non-compliant stuff.
|
||||||
|
Reference in New Issue
Block a user