# Templates for Coding Projects Author: Jannik Beyerstedt **License**: BSD 2-clause (with patent grant) 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