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:
Romain Lanz
2017-09-14 10:58:18 +02:00
parent f3e91f66e0
commit c418c94619
11 changed files with 454 additions and 505 deletions
+16 -16
View File
@@ -3,23 +3,23 @@ resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
description 'ESX Banker job'
server_scripts {
'@async/async.lua',
'@mysql-async/lib/MySQL.lua',
'@es_extended/locale.lua',
'config.lua',
'locales/de.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'server/main.lua'
'@async/async.lua',
'@mysql-async/lib/MySQL.lua',
'@es_extended/locale.lua',
'config.lua',
'locales/de.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'server/main.lua'
}
client_scripts {
'@es_extended/locale.lua',
'config.lua',
'locales/de.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'client/main.lua'
'@es_extended/locale.lua',
'config.lua',
'locales/de.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'client/main.lua'
}