aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/README.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-06-30 12:30:51 +0100
committerGitHub <[email protected]>2020-06-30 12:30:51 +0100
commit6a73d544f4117b942b300afb8bda98216fc92356 (patch)
tree18b444a0d447465a7de75ec5a0153c90b8566a7f /docs/dev/README.md
parent5a0fb3caff745d20face2d7ab02fa4da63faef9c (diff)
parentaf7e300041b1af68e671446fe22d2b9e5d30f83d (diff)
Merge #5137
5137: Make gotodef tests more data-driven r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs/dev/README.md')
-rw-r--r--docs/dev/README.md3
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
180It also makes sense to format snippets more compactly (for example, by placing enum defitions like `enum E { Foo, Bar }` on a single line),
181as long as they are still readable.
182
180## Order of Imports 183## Order of Imports
181 184
182We separate import groups with blank lines 185We separate import groups with blank lines