dotfiles/templates
Dionisio E Alonso 07b3b2a6df Merge branch 'master' into pylsp-settings 2024-01-31 00:21:38 -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(mypy): Reorder some options in preference order 2024-01-31 00:20:04 -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.