# 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