Skip to content

Commit 2485279

Browse files
committed
chore: build with vcpkg & upgrade deps version.
boost: unknown -> 1.79.0 libgit2: 1.0.0 -> 1.4.2 rapidjson: 1.0.2 -> 1.1.0
1 parent b45659e commit 2485279

18 files changed

+1198
-791
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[**]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[**/*.sln]
12+
indent_style = tab
13+
tab_width = 2

0 commit comments

Comments
 (0)