chore: add a new basic config example

The dev config example is used for documentation purposes,
but it's also full of development specific configuration.

This change adds a new config example that should serve
as a default, empty config as well as documentation.

The dev example should only contain the relevant configuration.

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar
2021-01-23 18:17:07 +01:00
parent 186a719ecb
commit e9b83e0a45
2 changed files with 134 additions and 0 deletions

View File

@@ -16,3 +16,6 @@ indent_size = 2
[{Makefile,*.mk}]
indent_style = tab
[config.yaml.dist]
indent_size = 2