Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Dec 7, 2024
1 parent d92bd73 commit 3b9f6ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
# Reactor-C: A reactor runtime implementation in C

## Documentation

To generate and view documentation, see [docs/README.md](docs/README.md).

## Code-formatting

We use clang-format to format our codebase. To run the formatter on all source and header files in reactor-c:
```
make format
Expand All @@ -20,6 +22,7 @@ VSCode can be configured to run clang-format on files as they are saved. To achi


## Testing

The Github Actions tests for this repo will automatically run all the C Lingua Franca tests with each of the available schedulers. The version of the lingua-franca repo that is used to do this is specified by the lingua-franca-ref.txt file in this directory.

To create a new unit test, write a C program with a file name ending in "test.c"
Expand Down

0 comments on commit 3b9f6ba

Please sign in to comment.