diff options
author | Peter Carbonetto | 2017-08-02 13:07:23 -0500 |
---|---|---|
committer | GitHub | 2017-08-02 13:07:23 -0500 |
commit | adaf9557f776ca274b51e921af0542ef1b84eb61 (patch) | |
tree | 8f7581bec20eb815848d02f926cb949ed038008b /README.md | |
parent | 84360c191f418bf8682b35e0c8235fcc3bd19a06 (diff) | |
parent | 1e49e7a27d0f4b811a87c64db1e875779766f6b0 (diff) | |
download | pangemma-adaf9557f776ca274b51e921af0542ef1b84eb61.tar.gz |
Merge pull request #62 from genenetwork/spacing
Spacing and coding style.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -191,6 +191,16 @@ last tested using Eigen version 3.3.3.) More information on source code, dependencies and installation can be found in [INSTALL.md](INSTALL.md). +## Contributing + +GEMMA uses the [LLVM style](http://llvm.org/docs/CodingStandards.html) +for C++ code. You should set your editor to replace tabs with spaces +and 2 spaces of indentation. Use + + clang-format -style=LLVM -i *.cpp *.h + +to validate the coding style. + ## Credits The *GEMMA* software was developed by: |