RawTherapee/.clang-format

14 lines
313 B
YAML

BasedOnStyle: LLVM
BreakBeforeBraces: Linux
UseTab: Never
IndentWidth: 4
TabWidth: 4
ColumnLimit: 0
AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: Always
AlignAfterOpenBracket: DontAlign
BreakConstructorInitializers: AfterColon
NamespaceIndentation: None
IndentCaseLabels: true
SortIncludes: Never