mirror of
https://github.com/Architeuthis-Flux/JumperlessV5.git
synced 2025-09-03 18:27:37 +00:00
15 lines
291 B
YAML
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 |