Skip to content

Commit

Permalink
unix line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectraL519 committed Mar 24, 2024
1 parent 5970e43 commit 877f23b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,11 @@ Run the tests:
### Formatting
> **NOTE:** To ensure new line encoding compatibility the project uses unix new line encoding.
>
> This can be set using the `git config --global core.autocrlf true` command.
> More details can be found [here](https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings)
> **NOTE:** The project uses `clang-format-17`.
>
> To install this tool on ubuntu run `sudo bash ./scripts/env/install_clang17_toolchain.sh`.
Expand Down

0 comments on commit 877f23b

Please sign in to comment.