mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 03:08:52 +00:00
chore(coding-style): update
- Adding the .editorconfig file - Ensure there's a trailing comma - Ensure there's a space before parameter when declaring a function - Ensure there's no empty line before block declaration - Ensure 2 spaces is used to indentate
This commit is contained in:
+15
-15
@@ -3,22 +3,22 @@ resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
||||
description 'ESX Vehicle Shop'
|
||||
|
||||
server_scripts {
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'@es_extended/locale.lua' ,
|
||||
'locales/br.lua' ,
|
||||
'locales/de.lua' ,
|
||||
'locales/en.lua' ,
|
||||
'locales/fr.lua' ,
|
||||
'config.lua',
|
||||
'server/main.lua'
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'@es_extended/locale.lua' ,
|
||||
'locales/br.lua' ,
|
||||
'locales/de.lua' ,
|
||||
'locales/en.lua' ,
|
||||
'locales/fr.lua' ,
|
||||
'config.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'@es_extended/locale.lua' ,
|
||||
'locales/br.lua' ,
|
||||
'locales/de.lua' ,
|
||||
'locales/en.lua' ,
|
||||
'locales/fr.lua' ,
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
'@es_extended/locale.lua' ,
|
||||
'locales/br.lua' ,
|
||||
'locales/de.lua' ,
|
||||
'locales/en.lua' ,
|
||||
'locales/fr.lua' ,
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user