6 lines
333 B
YAML
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 |