2025-07-31 13:10:58 -07:00

15 lines
291 B
YAML

---
Language: Cpp
BasedOnStyle: LLVM
ColumnLimit: 0
IndentWidth: 4
TabWidth: 4
UseTab: Never
PointerAlignment: Left
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: true
SpacesInParentheses: true
SpacesInSquareBrackets: true
SpaceBeforeAssignmentOperators: true
Standard: Cpp11