Updated ADIOS2 Coding Guidelines (markdown) authored by williamfgc's avatar williamfgc
......@@ -12,6 +12,7 @@
**Contents:**
- [Clang Format Text Style](https://github.com/ornladios/ADIOS2/wiki/Clang-Format-Text-Style)
- [File Header Structure and Includes](https://github.com/ornladios/ADIOS2/wiki/File-Header-Structure-and-Includes)
- [Variables Scope, Functions, and Namespaces](https://github.com/ornladios/ADIOS2/wiki/Variables-Scope,-Functions,-and-Namespaces)
- [Classes and Structs](https://github.com/ornladios/ADIOS2/wiki/Classes-and-Structs)
- [RAII Memory Management](https://github.com/ornladios/ADIOS2/wiki/RAII-Memory-Management)
......
......