Lines Matching +full:runs +full:- +full:on
21 …* Use only very straightforward and well-known abbreviations (e.g. pos: position, def: default, bt…
78 if(text == ext->txt || text == NULL) { /*Bracket of statements start inline*/
89 You can use **astyle** to format the code. Run `code-formatter.sh` from the `scrips` folder.
91 #### pre-commit
93 [pre-commit](https://pre-commit.com/) is a multi-language package manager for pre-commit hooks.
94 See the [instalation guide](https://pre-commit.com/#installation) to get pre-commit python package
97 Once you have `pre-commit` installed you will need to [set up the git hook scripts](https://pre-com…
99 pre-commit install
102 now `pre-commit` will run automatically on `git commit`!
106 The `format-source` local hook (see `.pre-commit-config.yaml`) runs **astyle** on all the staged so…
110 The `trailing-whitespace` hook fixes trailing whitespaces on all of the files.
116 SKIP=name-of-the-hook git commit
123 pre-commit run name-of-the-hook