24 lines
477 B
Markdown
24 lines
477 B
Markdown
# 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
|
|
|