Lines Matching +full:no +full:- +full:trailing +full:- +full:spaces
9 2. Create a new branch based on the `develop` branch (`git checkout -b your_branch develop`).
24 cmake --build . --target check
34 tag (No Functionality Change) can be used. Here's an example of an
39 - Rename elem to contains
40 - Rename subset to is_subset, and make is_subset applicable in infix notation
41 - Add the at_key method
42 - operator[] is now bound to at_key instead of find
58 - Indent using 4 spaces.
59 - Do not leave trailing white spaces at the end of lines, and no more than a
61 - Hana's `#include`s go first, then a blank line and system headers.
63 - Use your own judgment and stick to the style of the surrounding code.