From 760536d750ade4e1eb7390e7f2c92693526620eb Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 31 Jan 2022 10:42:51 +0100 Subject: [PATCH] :memo: add nested text note --- methodology-development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/methodology-development.md b/methodology-development.md index 53e0b7e..0dbbd0e 100644 --- a/methodology-development.md +++ b/methodology-development.md @@ -183,6 +183,7 @@ Context: * keeping the repo nice ![Coverage badge][coverage-badge] * keep repo nice with [makefile](https://makefiletutorial.com/) * **Misc** + * [Use NestedText](https://nestedtext.org/en/latest/alternatives.html#): No YAML, TOML, or INI. CSV/TSV is acceptable. * [Things you should do now](https://secure.phabricator.com/book/phabflavor/article/things_you_should_do_now/) * Follow [naming conventions](https://visualgit.readthedocs.io/en/latest/pages/naming_convention.html) * Follow [software engineering laws](https://www.netmeister.org/blog/software-engineering-laws.html)