llvm/flang/.clang-format

20 lines
582 B
YAML

---
# See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: LLVM
SpacesBeforeTrailingComments: 2
AlignEscapedNewlines: DontAlign
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
ConstructorInitializerIndentWidth: 2
AlignAfterOpenBracket: AlwaysBreak
AlignOperands: false
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignTrailingComments: false
SpaceAfterTemplateKeyword: false
BreakBeforeBinaryOperators: All
BreakBeforeTernaryOperators: true
ContinuationIndentWidth: 2
...
# vim:set filetype=yaml: