Skip to content

Commit 1472d8a

Browse files
committed
fix inconsistent indentation
1 parent ece5c77 commit 1472d8a

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

binding.gyp

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
'SpectreMitigation': 'Spectre'
1010
},
1111
'msvs_settings': {
12-
'VCCLCompilerTool': {
13-
'AdditionalOptions': [
14-
'/guard:cf',
15-
'/sdl',
16-
'/W3',
17-
'/we4146',
18-
'/we4244',
19-
'/we4267',
20-
'/ZH:SHA_256'
21-
]
22-
},
23-
'VCLinkerTool': {
24-
'AdditionalOptions': [
25-
'/DYNAMICBASE',
26-
'/guard:cf'
27-
]
28-
}
12+
'VCCLCompilerTool': {
13+
'AdditionalOptions': [
14+
'/guard:cf',
15+
'/sdl',
16+
'/W3',
17+
'/we4146',
18+
'/we4244',
19+
'/we4267',
20+
'/ZH:SHA_256'
21+
]
2922
},
23+
'VCLinkerTool': {
24+
'AdditionalOptions': [
25+
'/DYNAMICBASE',
26+
'/guard:cf'
27+
]
28+
}
29+
},
3030
}, {
3131
'cflags': ['-O2', '-fstack-protector-strong'],
3232
}],

0 commit comments

Comments
 (0)