chore(coding-style): correct indentation

This commit is contained in:
Romain Lanz
2017-09-14 16:36:56 +02:00
parent e1164eed01
commit adf225574c
10 changed files with 424 additions and 423 deletions
+37 -37
View File
@@ -3,49 +3,49 @@ resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
description 'ESX Phone'
server_scripts {
'@mysql-async/lib/MySQL.lua',
'config.lua',
'@es_extended/locale.lua',
'locales/de.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'locales/es.lua',
'server/main.lua'
'@mysql-async/lib/MySQL.lua',
'config.lua',
'@es_extended/locale.lua',
'locales/de.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'locales/es.lua',
'server/main.lua'
}
client_scripts {
'@es_extended/locale.lua',
'config.lua',
'locales/de.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'locales/es.lua',
'client/main.lua'
'@es_extended/locale.lua',
'config.lua',
'locales/de.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'locales/es.lua',
'client/main.lua'
}
ui_page 'html/ui.html'
files {
'html/ui.html',
'html/bankgothic.ttf',
'html/pdown.ttf',
'html/css/app.css',
'html/scripts/mustache.min.js',
'html/scripts/app.js',
'html/img/cursor.png',
'html/img/keys/enter.png',
'html/img/keys/return.png',
'html/img/phone.png',
'html/img/icons/signal.png',
'html/img/icons/rep.png',
'html/img/icons/msg.png',
'html/img/icons/add.png',
'html/img/icons/back.png',
'html/img/icons/new-msg.png',
'html/img/icons/reply.png',
'html/img/icons/write.png',
'html/img/icons/edit.png',
'html/img/icons/location.png'
'html/ui.html',
'html/bankgothic.ttf',
'html/pdown.ttf',
'html/css/app.css',
'html/scripts/mustache.min.js',
'html/scripts/app.js',
'html/img/cursor.png',
'html/img/keys/enter.png',
'html/img/keys/return.png',
'html/img/phone.png',
'html/img/icons/signal.png',
'html/img/icons/rep.png',
'html/img/icons/msg.png',
'html/img/icons/add.png',
'html/img/icons/back.png',
'html/img/icons/new-msg.png',
'html/img/icons/reply.png',
'html/img/icons/write.png',
'html/img/icons/edit.png',
'html/img/icons/location.png'
}