chore(coding-style): correct indentation

This commit is contained in:
Romain Lanz
2017-09-14 17:55:37 +02:00
parent 446f7e5ce1
commit e66b7acb17
9 changed files with 460 additions and 459 deletions
+27 -28
View File
@@ -1,37 +1,36 @@
Config = {}
Config.DrawDistance = 100.0
Config.MarkerColor = {r = 120, g = 120, b = 240}
Config.Locale = 'fr'
Config.MarkerColor = { r = 120, g = 120, b = 240 }
Config.Locale = 'fr'
Config.Zones = {
OfficeEnter = {
Pos = { x = -199.151, y = -575.000, z = 39.489 },
Size = { x = 1.5, y = 1.5, z = 1.0 },
Type = 1,
},
OfficeEnter = {
Pos = {x = -199.151, y = -575.000, z = 39.489},
Size = {x = 1.5, y = 1.5, z = 1.0},
Type = 1
},
OfficeExit = {
Pos = { x = -141.226, y = -614.166, z = 167.820 },
Size = { x = 1.5, y = 1.5, z = 1.0 },
Type = 1,
},
OfficeExit = {
Pos = {x = -141.226, y = -614.166, z = 167.820},
Size = {x = 1.5, y = 1.5, z = 1.0},
Type = 1
},
OfficeInside = {
Pos = { x = -140.969, y = -616.785, z = 167.820 },
Size = { x = 1.5, y = 1.5, z = 1.0 },
Type = -1,
},
OfficeInside = {
Pos = {x = -140.969, y = -616.785, z = 167.820},
Size = {x = 1.5, y = 1.5, z = 1.0},
Type = -1
},
OfficeOutside = {
Pos = { x = -202.238, y = -578.193, z = 39.500 },
Size = { x = 1.5, y = 1.5, z = 1.0 },
Type = -1,
},
OfficeOutside = {
Pos = {x = -202.238, y = -578.193, z = 39.500},
Size = {x = 1.5, y = 1.5, z = 1.0},
Type = -1
},
OfficeActions = {
Pos = {x = -124.786, y = -641.486, z = 167.820},
Size = {x = 1.5, y = 1.5, z = 1.0},
Type = -1
},
OfficeActions = {
Pos = { x = -124.786, y = -641.486, z = 167.820 },
Size = { x = 1.5, y = 1.5, z = 1.0 },
Type = -1,
},
}