.clang-format | ||
.editorconfig | ||
.pep8 | ||
file-cpp.h | ||
file-css.css | ||
LICENSE | ||
pylintrc | ||
README.md |
Templates for Coding Projects
Author: Jannik Beyerstedt
License: CC BY 4.0
Here goes the general project description in a few sentences. In this case, this repo collects all of the bootstrapping files needed for different programming languages.
Installation
Just copy the files, that are needed for your project's toolchain, to your repository.
Usage
For all projects use:
- .editorconfig
For C/C++ use:
- .clang-format
For Python use:
- .pep8
- pylintrc