From fc61615410d423be956f84c1a0c3a688f5f9e89d Mon Sep 17 00:00:00 2001 From: BusyCityGuy <55513323+BusyCityGuy@users.noreply.github.com> Date: Sat, 18 May 2024 23:43:34 -0700 Subject: [PATCH] Note `formatFix` lune command --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42c27d0..f3ca7ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -177,4 +177,8 @@ Alternatively, you can run individual steps yourself: > lune run analyze -> lune run test \ No newline at end of file +> lune run test + +There is an additional script available to fix formatting with StyLua, that does not run on GitHub: + +> lune run formatFix