dotfiles/templates
Dionisio E Alonso bd435b7730 feat(template): Make pre-commit hooks read configs from config files
When possible, for pre-commit hooks, instead of receiving arguments via
command line, make them read their config from a configuration file to
achieve the same behavior as invoking the corresponding tool outside
pre-commit.
2024-02-26 11:32:51 -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(template): Make pre-commit hooks read configs from config files 2024-02-26 11:32:51 -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.