codestyle.rst 547 B

12345678910111213141516171819
  1. .. _develop_codestyle:
  2. Code Style
  3. ==========
  4. In Nuclei SDK, we use `EditorConfig`_ to maintain our development
  5. coding styles.
  6. Our `editorconfig file`_ is maintained in the root directory of
  7. Nuclei SDK.
  8. You can install editorconfig plugins for your editor, see https://editorconfig.org/#download.
  9. We use `doxygen`_ to comment C/C++ source code.
  10. .. _EditorConfig: https://editorconfig.org/
  11. .. _editorconfig file: https://github.com/Nuclei-Software/nuclei-sdk/tree/master/.editorconfig
  12. .. _doxygen: http://www.doxygen.nl/manual/docblocks.html