Skip to content

Instantly share code, notes, and snippets.

View craimasjien's full-sized avatar

Craimasjien craimasjien

  • The Netherlands
View GitHub Profile
@intinig
intinig / .clang-format
Last active October 13, 2025 06:37
.clang-format for UE4
---
Language: Cpp
AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true