mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Add clang-format usage example to contributing guidelines
This commit is contained in:
parent
5578380734
commit
4efcd43514
@ -52,4 +52,4 @@ if (blah-blah) {
|
||||
doFooBar();
|
||||
}
|
||||
```
|
||||
- Do not use tabs and use <TODO> spaces for intendation
|
||||
- Format your changes with `clang-format`. You can use it to format a portion of a file: `clang-format --lines=<first line number>:<last line number> path/to/file` (number of last line is *inclusive*, i.e. `--lines=15:17` formats lines 15, 16 and 17)
|
||||
|
Loading…
x
Reference in New Issue
Block a user