Skip to content

Instantly share code, notes, and snippets.

View Novvan's full-sized avatar
🎮
Gaming

Ian Geier Novvan

🎮
Gaming
View GitHub Profile
@intinig
intinig / .clang-format
Last active April 28, 2025 12:47
.clang-format for UE4
---
Language: Cpp
AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true