dotfiles/templates
Dionisio E Alonso 1493b3ceb5 feat(LSP): Move some comments between config files
Some Pylint settings that are more probable to occur on medium-big
projects were move to the pyproject.toml template, in order to have it
near when a new project is started.

On the other hand, those checks were never going to be on for regular
Python programming.
2024-02-24 20:37:50 -03:00
..
Makefile feat(templates): Add some templates for Makefiles 2024-01-23 12:54:24 -03:00
README.rst feat(templates): Add a clang-format template file 2024-01-23 11:53:31 -03:00
_clang-format feat(templates): Add a clang-format template file 2024-01-23 11:53:31 -03:00
_pre-commit-config.yaml feat(templates): Bump some hook's versions 2024-01-24 22:28:18 -03:00
base.mk feat(templates): Update default C standard in Makefile 2024-01-24 17:25:27 -03:00
pyproject.toml feat(LSP): Move some comments between config files 2024-02-24 20:37:50 -03:00

README.rst

Templates

This directory bundles templates of config files for different kind of projects.

The purpose of files here, is that for these tools there is no global/user configuration that can be used as a common base, but instead, these tools can only be configured per-project adding config files to the base dir of the corresponding project.

Therefore, here are a bunch of files that with minimum or non changes can be copied into project's base directories for configuring them.

There are templates for tools for different technologies. Depending on technologies used in each project is which files should be copied.