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-14 12:54:48 +0200 |
commit | 5fab9f538e11a959dfa48931f177f217be03ec51 (patch) | |
tree | c800152086431b9474c5326843593f0befc15d25 | |
parent | 704a7e88c24be8ed24c47bd28db9b0e0ec45b47f (diff) | |
download | NorthstarLauncher-5fab9f538e11a959dfa48931f177f217be03ec51.tar.gz NorthstarLauncher-5fab9f538e11a959dfa48931f177f217be03ec51.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. |