-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into man-page-update
- Loading branch information
Showing
16 changed files
with
409 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.c] | ||
indent_size = 4 | ||
|
||
[*.{markdown,md}] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,28 @@ | ||
|
||
## What does it do? | ||
<Describe the change done> | ||
|
||
<Describe the change done> | ||
|
||
## Why the change? | ||
<Why was the change done? Why is it required?> | ||
|
||
<Why was the change done? Why is it required?> | ||
|
||
## How can this be tested? | ||
<How is the best way to test this?> | ||
|
||
<How is the best way to test this?> | ||
|
||
## Where to start code review? | ||
<Point us to a good place to start reviewing> | ||
|
||
<Point us to a good place to start reviewing> | ||
|
||
## Relevant tickets? | ||
<Please link any relevant tickets> | ||
|
||
<Please link any relevant tickets> | ||
|
||
## Questions? | ||
|
||
<Ask us anything!> | ||
|
||
### Checklist | ||
|
||
- [ ] I have checked there aren't any existing PRs open to fix this issue/add this feature. | ||
- [ ] I have compiled the code with `make` and tested the change in an active installation with `sudo make install`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,6 @@ infer-out | |
*.i*86 | ||
*.x86_64 | ||
*.hex | ||
|
||
# VSCode | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.