- Beautifying all configs for 2-space indentation.

This commit is contained in:
Poodmund
2019-03-03 13:42:20 +00:00
parent 3aa243f9f9
commit ab9b6b0ad8
45 changed files with 2095 additions and 2285 deletions

View File

@ -7,44 +7,44 @@
// Cubic strut
@PART[strutCube]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-cubic-strut
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-cubic-strut
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
}
// Micronode
@PART[structuralMiniNode]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-micronode
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-micronode
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
}
// Octo-Strut
@PART[strutOcto]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-octagonal-strut
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-octagonal-strut
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
}