Skip to content

Commit 699255f

Browse files
committed
Mention auto-formatting in CONTRIBUTING.md
1 parent 99e4b8f commit 699255f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Container without(T elem, const Container& xs)
5454
5555
The function resides in `./include/fplus/filter.hpp`, because, well, it is some kind of filter. ;)
5656
57-
The coding style (what is lower/upper case, spaced instead of tabs, etc.) becomes apparent by just looking at the current code. Lines should not exceed 80 characters.
57+
Some parts of the coding style (what is lower/upper case, spaced instead of tabs, etc.) should(tm) be apparent from looking at the current code. Lines (if feasible) should not exceed 80 characters. And let's use `ms-vscode.cpptools` to auto-format code.
5858
5959
Every public exposed function (so everything not in `namespace internal`) should have an `API search type`. So the `./api_search/compile_all_and_deploy.sh` can parse the type and show it on the [website](http://www.editgym.com/fplus-api-search/). It will be run by a website admin after merging your pull request
6060

0 commit comments

Comments
 (0)