Skip to content

Commit a00e148

Browse files
committed
chore: 微小优化
1 parent 5e4b7d1 commit a00e148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.editorconfig‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tab_width = 4
1313

1414
# 新行首选项
1515
end_of_line = crlf
16-
insert_final_newline = false
16+
insert_final_newline = true
1717

1818
#### .NET 编码约定 ####
1919

‎CONAN_INSTALL/CONAN_INSTALL.vcxproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<Message>Installing dependencies via Conan</Message>
9191
<Command>.\ConanInstall.bat</Command>
9292
<LinkObjects>false</LinkObjects>
93-
<Outputs>$(SolutionDir).conan/$(Configuration)/Runtime/conanbuildinfo.props</Outputs>
93+
<Outputs>Always_Rebuild</Outputs>
9494
</CustomBuild>
9595
</ItemGroup>
9696
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

0 commit comments

Comments
 (0)