From c160ef24545404998869fa07a8c8a818fb521c35 Mon Sep 17 00:00:00 2001 From: Barichello Date: Tue, 15 Feb 2022 00:54:14 -0300 Subject: Add format section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 97d6f97d..855969e2 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ Launcher used to modify Titanfall 2 to allow Northstar mods and custom content t ## Build Check [BUILD.md](https://github.com/R2Northstar/NorthstarLauncher/blob/main/BUILD.md) for instructions on how to compile, you can also download [binaries built by GitHub Actions](https://github.com/R2Northstar/NorthstarLauncher/actions). + +## Format + +This project uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html), make sure you run `clang-format -i --style=file LauncherInjector/*.cpp LauncherInjector/*.h NorthstarDedicatedTest/*.cpp NorthstarDedicatedTest/*.h` when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE. -- cgit v1.2.3