Template files for standard coding projects (e.g. clang-format, pep8 config, editorconfig, etc.)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jannik Beyerstedt 04d960af0b C/Cpp: clang-format specify ctor init list formatting 2 years ago
cpp C/Cpp: clang-format specify ctor init list formatting 2 years ago
html-css HTML/CSS: add copyright notice and author to file header 3 years ago
python Python: add copyright notice and author to file header (fixes #3) 3 years ago
.editorconfig add more files 4 years ago
LICENSE add more license templates 3 years ago
LICENSE-Apache2.0 add more license templates 3 years ago
LICENSE-BSD_2_clause add more license templates 3 years ago
LICENSE-BSD_3_clause add more license templates 3 years ago
LICENSE-CC_BY add more license templates 3 years ago
LICENSE-CC_BY_SA add more license templates 3 years ago
LICENSE-GNU_GPLv3 add more license templates 3 years ago
LICENSE-MIT add more license templates 3 years ago
README.md C/Cpp: Add CMake example 3 years ago

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 (VS Code Extension: editorconfig.editorconfig)

For C/C++ use:

  • .clang-format (VS Code Extensions: ms-vscode.cpptools, optionally ms-vscode.cmake-tools, twxs.cmake)

For Python use:

  • .pep8 (VS Code Extensions: ms-python.python. PIP Package: autopep8)
  • pylintrc (VS Code Extensions: ms-python.python. PIP Package: pylint)