scripts: Fix indentation
This commit is contained in:
parent
55cea93e6c
commit
b9d8f22789
1 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,8 @@
|
|||
configurations {
|
||||
// This node contains custom pivot information.
|
||||
Toolset
|
||||
{
|
||||
key: "PlatformToolset";
|
||||
choices: { v140, v120, v110, v100 };
|
||||
}
|
||||
Toolset {
|
||||
key: "PlatformToolset";
|
||||
choices: { v140, v120, v110, v100 };
|
||||
}
|
||||
}
|
||||
nuget {
|
||||
nuspec {
|
||||
|
|
Loading…
Add table
Reference in a new issue