Template files for standard coding projects (e.g. clang-format, pep8 config, editorconfig, etc.)
Go to file Use this template
2020-04-08 20:34:40 +02:00
.clang-format add more files 2020-04-07 14:38:31 +02:00
.editorconfig add more files 2020-04-07 14:38:31 +02:00
.pep8 add more files 2020-04-07 14:38:31 +02:00
file-cpp.h migrate file headers (fix #1) 2020-04-08 20:34:40 +02:00
file-css.css migrate file headers (fix #1) 2020-04-08 20:34:40 +02:00
LICENSE Update 'LICENSE' 2020-04-08 17:10:27 +00:00
pylintrc add more files 2020-04-07 14:38:31 +02:00
README.md Update 'README.md' 2020-04-08 17:08:50 +00:00

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