diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-02 02:19:54 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-02 02:19:54 +0200 |
commit | b7154041475a8c17d18b0a82ac0779a21b939e88 (patch) | |
tree | f69bf42ff3fdbdd3489612e9aa85c184fbd0e86a | |
parent | 40e54f2235884b3f383fcf7cf19be8b844d8a0f1 (diff) | |
download | NorthstarLauncher-b7154041475a8c17d18b0a82ac0779a21b939e88.tar.gz NorthstarLauncher-b7154041475a8c17d18b0a82ac0779a21b939e88.zip |
Add newline
also part of refactor merge :^)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ Check [BUILD.md](https://github.com/R2Northstar/NorthstarLauncher/blob/main/BUIL ## Format -This project uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html), make sure you run `clang-format -i --style=file NorthstarLauncher/*.cpp NorthstarLauncher/*.h NorthstarDLL/*.cpp NorthstarDLL/*.h` when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE.
\ No newline at end of file +This project uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html), make sure you run `clang-format -i --style=file NorthstarLauncher/*.cpp NorthstarLauncher/*.h NorthstarDLL/*.cpp NorthstarDLL/*.h` when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE. |