From ee6c97d13464fd918d9919a468ad370de05435c8 Mon Sep 17 00:00:00 2001 From: WBHarry <89362246+WBHarry@users.noreply.github.com> Date: Fri, 23 May 2025 19:05:02 +0200 Subject: [PATCH] Updated Readme with style code --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3a4cf1fd..d08af2b9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ or darrington press. # Developer Guide #### Coding Practises +##### Style Code +The project is set up for Prettify. Make sure you've run `npm install` since it was added. +There is a pre-commit hook that will automatically run prettify on the files you've changed whenever you do a commit to maintain the formating. ##### Branches And Pull Requests