Skip to content

Commit

Permalink
Mention clang-format --style=WebKit in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Dec 27, 2023
1 parent 3ca257e commit effc362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Container without(T elem, const Container& xs)
The function resides in `./include/fplus/filter.hpp`, because, well, it is some kind of filter. ;)
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.
For a unified coding style, let's use `clang-format --style=WebKit` to auto-format code.
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
Expand Down

0 comments on commit effc362

Please sign in to comment.