Template files for standard coding projects (e.g. clang-format, pep8 config, editorconfig, etc.)
Go to file Use this template
Jannik Beyerstedt ef862623d4 HTML/CSS: add copyright notice and author to file header 2020-05-24 16:54:18 +02:00
cpp add more docstring examples, restructure files 2020-04-30 16:07:45 +02:00
html-css HTML/CSS: add copyright notice and author to file header 2020-05-24 16:54:18 +02:00
python add more docstring examples, restructure files 2020-04-30 16:07:45 +02:00
.editorconfig add more files 2020-04-07 14:38:31 +02:00
LICENSE add more license templates 2020-04-30 16:13:45 +02:00
LICENSE-Apache2.0 add more license templates 2020-04-30 16:13:45 +02:00
LICENSE-BSD_2_clause add more license templates 2020-04-30 16:13:45 +02:00
LICENSE-BSD_3_clause add more license templates 2020-04-30 16:13:45 +02:00
LICENSE-CC_BY add more license templates 2020-04-30 16:13:45 +02:00
LICENSE-CC_BY_SA add more license templates 2020-04-30 16:13:45 +02:00
LICENSE-GNU_GPLv3 add more license templates 2020-04-30 16:13:45 +02:00
LICENSE-MIT add more license templates 2020-04-30 16:13:45 +02:00
README.md Update 'README.md' 2020-04-08 17:08:50 +00:00

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