cpp | ||
html-css | ||
python | ||
.editorconfig | ||
LICENSE | ||
LICENSE-Apache2.0 | ||
LICENSE-BSD_2_clause | ||
LICENSE-BSD_3_clause | ||
LICENSE-CC_BY | ||
LICENSE-CC_BY_SA | ||
LICENSE-GNU_GPLv3 | ||
LICENSE-MIT | ||
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
, optionallyms-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
)