Finished part 2.4

This commit is contained in:
Christopher Sanden
2025-10-13 17:41:37 +02:00
parent b74fadfd27
commit 4fd5b87bb6
7 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Generated by CLion for Whitesmiths braces
# The Whitesmiths style is a code formatting style where the braces are aligned with the indentation the block of code they enclose.
# This means that both opening and closing braces are indented to the same level as the code inside them.
BasedOnStyle: LLVM
BreakBeforeBraces: Whitesmiths