Skip to content

Commit fadd048

Browse files
author
MarcoFalke
committed
[doc] Link to clang-format in the developer notes
1 parent fa72f7d commit fadd048

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/developer-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Various coding styles have been used during the history of the codebase,
55
and the result is not very consistent. However, we're now trying to converge to
66
a single style, so please use it in new code. Old code will be converted
77
gradually.
8-
- Basic rules specified in src/.clang-format. Use a recent clang-format-3.5 to format automatically.
8+
- Basic rules specified in [src/.clang-format](/src/.clang-format).
9+
Use a recent clang-format to format automatically using one of the [dev scripts]
10+
(/contrib/devtools/README.md#clang-formatpy).
911
- Braces on new lines for namespaces, classes, functions, methods.
1012
- Braces on the same line for everything else.
1113
- 4 space indentation (no tabs) for every block except namespaces.

0 commit comments

Comments
 (0)