made dos2unix

This commit is contained in:
strawmanbobi
2022-10-21 15:04:26 +08:00
parent a51a13daa0
commit abd42155f1
4 changed files with 173 additions and 173 deletions

36
.vscode/settings.json vendored
View File

@@ -1,19 +1,19 @@
{
"files.associations": {
"array": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"ranges": "cpp",
"memory": "cpp",
"random": "cpp",
"optional": "cpp",
"memory_resource": "cpp",
"system_error": "cpp",
"*.tcc": "cpp"
}
{
"files.associations": {
"array": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"ranges": "cpp",
"memory": "cpp",
"random": "cpp",
"optional": "cpp",
"memory_resource": "cpp",
"system_error": "cpp",
"*.tcc": "cpp"
}
}