[SUGGESTION] JS guideline from 2 -> 4 spaces (#953)

* Update JS Guide Line from 2 -> 4

* Update fxmanifest.lua

* Update fxmanifest.lua
This commit is contained in:
Christian J Bennett
2023-02-23 14:48:05 -06:00
committed by GitHub
parent eb0213c60b
commit b5b3df1457
+1 -1
View File
@@ -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.