proyecto-carga-electrica/.clang-format
2025-10-04 13:45:52 -06:00

21 lines
460 B
YAML

---
BasedOnStyle: LLVM
UseTab: ForIndentation
IndentWidth: 8
TabWidth: 8
ContinuationIndentWidth: 8
ColumnLimit: 80
AlignConsecutiveDeclarations: AcrossComments
AlignTrailingComments: true
SpacesBeforeTrailingComments: 1
PointerAlignment: Left
SpaceBeforeParens: ControlStatements
BreakBeforeBraces: Custom
BraceWrapping:
AfterStruct: false
AfterEnum: false
AfterFunction: false
AfterControlStatement: false
SortIncludes: true
ReflowComments: true
...