diff options
author | Aleksey Kladov <[email protected]> | 2020-06-30 12:03:08 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-06-30 12:03:08 +0100 |
commit | 4484908a867fc742104d6ffe63b865a411203276 (patch) | |
tree | 048d7019112e588f4416ed88070f59ae46564d75 /docs | |
parent | d34e725f09994af145884464942dd205bfc7717e (diff) |
Rewrite goto definition tests
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
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: | |||
177 | * less stuff printed during printf-debugging | 177 | * less stuff printed during printf-debugging |
178 | * less time to run test | 178 | * less time to run test |
179 | 179 | ||
180 | It also makes sense to format snippets more compactly (for example, by placing enum defitions like `enum E { Foo, Bar }` on a single line), | ||
181 | as long as they are still readable. | ||
182 | |||
180 | ## Order of Imports | 183 | ## Order of Imports |
181 | 184 | ||
182 | We separate import groups with blank lines | 185 | We separate import groups with blank lines |