From b5b3df14570c86df2a20711b458bf1723eb41511 Mon Sep 17 00:00:00 2001 From: Christian J Bennett <58433059+ChristianBDev@users.noreply.github.com> Date: Thu, 23 Feb 2023 14:48:05 -0600 Subject: [PATCH] [SUGGESTION] JS guideline from 2 -> 4 spaces (#953) * Update JS Guide Line from 2 -> 4 * Update fxmanifest.lua * Update fxmanifest.lua --- .github/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/contributing.md b/.github/contributing.md index 832c0c9..21fb806 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -197,5 +197,5 @@ All lua code should be done using all the best practices of proper lua using the ### JavaScript Styleguide -- Use 2 Space indentation +- Use 4 Space indentation - Don't repeat yourself.. if you're using the same operations in many different places convert them into a function with flexible variables.