Skip to content

Commit 734b466

Browse files
committed
Convert Tab to blank space
1 parent 808013d commit 734b466

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed
Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
{
2-
"FileVersion": 3,
3-
"Version": 1,
4-
"VersionName": "1.0",
5-
"FriendlyName": "CarlaTools",
6-
"Description": "This plugin provides engine tools for Carla",
7-
"Category": "Other",
8-
"CreatedBy": "Carla Team",
9-
"CreatedByURL": "http://carla.org",
10-
"DocsURL": "http://carla.readthedocs.io",
11-
"MarketplaceURL": "",
12-
"SupportURL": "https://github.com/carla-simulator/carla/issues",
13-
"CanContainContent": true,
14-
"IsBetaVersion": false,
15-
"IsExperimentalVersion": true,
16-
"Installed": true,
17-
"Modules": [
18-
{
19-
"Name": "CarlaTools",
20-
"Type": "Editor",
21-
"LoadingPhase": "Default"
22-
}
23-
],
24-
"Plugins": [
25-
{
26-
"Name": "Carla",
27-
"Enabled": true
28-
},
29-
{
30-
"Name": "EditorScriptingUtilities",
31-
"Enabled": true
32-
},
33-
{
34-
"Name": "PhysXVehicles",
35-
"Enabled": true
36-
},
37-
{
38-
"Name": "ProceduralMeshComponent",
39-
"Enabled": true
40-
},
41-
{
42-
"Name": "StreetMap",
43-
"Enabled": true
44-
},
45-
{
46-
"Name": "SimReady",
47-
"Enabled": true
48-
}
49-
]
2+
"FileVersion": 3,
3+
"Version": 1,
4+
"VersionName": "1.0",
5+
"FriendlyName": "CarlaTools",
6+
"Description": "This plugin provides engine tools for Carla",
7+
"Category": "Other",
8+
"CreatedBy": "Carla Team",
9+
"CreatedByURL": "http://carla.org",
10+
"DocsURL": "http://carla.readthedocs.io",
11+
"MarketplaceURL": "",
12+
"SupportURL": "https://github.com/carla-simulator/carla/issues",
13+
"CanContainContent": true,
14+
"IsBetaVersion": false,
15+
"IsExperimentalVersion": true,
16+
"Installed": true,
17+
"Modules": [
18+
{
19+
"Name": "CarlaTools",
20+
"Type": "Editor",
21+
"LoadingPhase": "Default"
22+
}
23+
],
24+
"Plugins": [
25+
{
26+
"Name": "Carla",
27+
"Enabled": true
28+
},
29+
{
30+
"Name": "EditorScriptingUtilities",
31+
"Enabled": true
32+
},
33+
{
34+
"Name": "PhysXVehicles",
35+
"Enabled": true
36+
},
37+
{
38+
"Name": "ProceduralMeshComponent",
39+
"Enabled": true
40+
},
41+
{
42+
"Name": "StreetMap",
43+
"Enabled": true
44+
},
45+
{
46+
"Name": "SimReady",
47+
"Enabled": false
48+
}
49+
]
5050
}

0 commit comments

Comments
 (0)