Files
Datastructs/assignment1/.clang-format
Christopher Sanden 4fd5b87bb6 Finished part 2.4
2025-10-13 17:41:37 +02:00

6 lines
333 B
YAML

# 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