From 4484908a867fc742104d6ffe63b865a411203276 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 30 Jun 2020 13:03:08 +0200 Subject: Rewrite goto definition tests --- docs/dev/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/dev/README.md') diff --git a/docs/dev/README.md b/docs/dev/README.md index 6b6824ded..f1139d2f4 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -177,6 +177,9 @@ There are many benefits to this: * less stuff printed during printf-debugging * less time to run test +It also makes sense to format snippets more compactly (for example, by placing enum defitions like `enum E { Foo, Bar }` on a single line), +as long as they are still readable. + ## Order of Imports We separate import groups with blank lines -- cgit v1.2.3