mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
[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:
committed by
GitHub
parent
eb0213c60b
commit
b5b3df1457
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user