Skip to content

Commit

Permalink
And yet again another rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdcvlsc committed Jul 23, 2023
2 parents 75c5ab0 + 6b74f89 commit d461eab
Show file tree
Hide file tree
Showing 49 changed files with 2,962 additions and 3,195 deletions.
3 changes: 2 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
BasedOnStyle: Microsoft
# IndentWidth: 4
IndentWidth: 2

Language: Cpp

Expand All @@ -24,6 +24,7 @@ BraceWrapping:
# AfterCaseLabel: false

# INDENTATIONS
ContinuationIndentWidth: 2
AlignAfterOpenBracket: BlockIndent
NamespaceIndentation: All
IndentCaseLabels: true
Expand Down
16 changes: 15 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@
"type_traits": "cpp",
"tuple": "cpp",
"typeinfo": "cpp",
"utility": "cpp"
"utility": "cpp",
"atomic": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"deque": "cpp",
"map": "cpp",
"set": "cpp",
"algorithm": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"random": "cpp",
"scoped_allocator": "cpp",
"iomanip": "cpp",
"sstream": "cpp"
}
}
Loading

0 comments on commit d461eab

Please sign in to comment.